Saurabh Sharma
Saurabh Sharma
Fixed validation for named array within form validation (works for name="xyz" and name="xyz[]") both
Build is failing because of missing spaces after ( ) and a new line before comment. rest is fine
Fixed validation for named array within form validation (works for name="xyz" and name="xyz[]") both
@gimler Reopened, need to update test cases
Fixed validation for named array within form validation (works for name="xyz" and name="xyz[]") both
@cmcawood Here it is #2000
Fixed validation for named array within form validation (works for name="xyz" and name="xyz[]") both
Checks are failing due to test cases, which are expecting validation on single field. which is exactly not the case here. ``` >> validator - validating multiple checkboxes with 'required'...
Hey, @prakhar1989 I can confirm this is not working on mobile devices with both default/custom delimiters. Tested on iPhone X and One Plus 3T **iPhone 10:**  **OnePlus 3T:** 
@ad1992 Will give it a shot!
Hey guys, I literally forgot working on this 😅 Thanks for reminding after a year though. So I just started debugging this: https://react-tag-input-1nelrc.stackblitz.io/ on phone obviously. In the example this...