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
I am using this options to restrict input, and its working fine.
restrictInput : true,
restrictInclude : '( ) -',
But, for some reason, i need to be able to add an space via validation (called in beforeInsert method), and i cannot figure how to add it in 'restrictInclude' option.
How should i do that? I tried '( ) - ' (two spaces), and '( ) - {space}', but no lucky.
Btw nice plugin :)
The text was updated successfully, but these errors were encountered:
Thanks, I'm glad you're finding the plugin useful!
Hmm, I guess there isn't anyway to add a space to restrictInclude option. The alternative is to add it to the built layout when the keyboard becomes visible (demo):
Hi,
I am using this options to restrict input, and its working fine.
restrictInput : true,
restrictInclude : '( ) -',
But, for some reason, i need to be able to add an space via validation (called in beforeInsert method), and i cannot figure how to add it in 'restrictInclude' option.
How should i do that? I tried '( ) - ' (two spaces), and '( ) - {space}', but no lucky.
Btw nice plugin :)
The text was updated successfully, but these errors were encountered: