EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: niketa.patel on May 17, 2018, 11:19:51 PM



Title: Custom validation on textbox blank value
Post by: niketa.patel on May 17, 2018, 11:19:51 PM
Hi

I have defined custom validation which are not getting fired on blank or empty value.

Is there any workaround for same?

Thanks
Niketa




Title: Re: Custom validation on textbox blank value
Post by: jarry on May 18, 2018, 04:09:30 AM
The validation only occurs on non-empty inputing box. You can set the 'required' to true to require the user enter something.


Title: Re: Custom validation on textbox blank value
Post by: niketa.patel on May 21, 2018, 02:03:53 AM
OK. Thanks!