You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned previously, the correct solution is to implement NachoValidator.
Simply override isValid to return false when illegal characters are present. Override fixText to return a string that contains only legal characters and removes doubles.
I need to control only letters and digits. Illegal characters is a bad solution for me.
Also i need to control words before chipping (disallow dubles)
The text was updated successfully, but these errors were encountered: