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
My text box should accept only number with maximum of 7 digits. When the user enter Eg."0058694" it's throwing error. The pattern i have used is ^(0|[1-9][0-9]*)$ and I have set the min and max as "1" and "7". I want the number to be truncated in a way the leading 0's to be removed and the min and max should calculate based on truncated 0's
On clicking outside the page, the inline edit should retain back to normal view, I don't want to save.
On any client side error, I want the inline edit to be enabled focusing the textbox. Apart from array of error I'm not getting any parameter to enable it back
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for the great plugin.
I'm facing few issues like
My text box should accept only number with maximum of 7 digits. When the user enter Eg."0058694" it's throwing error. The pattern i have used is ^(0|[1-9][0-9]*)$ and I have set the min and max as "1" and "7". I want the number to be truncated in a way the leading 0's to be removed and the min and max should calculate based on truncated 0's
On clicking outside the page, the inline edit should retain back to normal view, I don't want to save.
On any client side error, I want the inline edit to be enabled focusing the textbox. Apart from array of error I'm not getting any parameter to enable it back
The text was updated successfully, but these errors were encountered: