EasyUI Forum

General Category => Bug Report => Topic started by: flyingfish on December 25, 2016, 05:39:50 AM



Title: 1.5.1 BUG in TagBox required
Post by: flyingfish on December 25, 2016, 05:39:50 AM
The validation 'required' doesn't work in tagbox.

<input class="easyui-tagbox" value="Apple,Orange" label="Add a tag" required style="width:100%">



Title: Re: 1.5.1 BUG in TagBox required
Post by: jarry on December 25, 2016, 05:34:21 PM
Setting the 'required' property to true requires you to enter something in the inputing box. That's no problems.


Title: Re: 1.5.1 BUG in TagBox required
Post by: flyingfish on December 26, 2016, 03:44:50 AM
Thank you for answering my question.

I mean maybe it should be like the effect of the following attachments.