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
looks like it was/is a known problem with the underlying tabulator library. If someone has the time to update the node to try the latest tabulator library and check it doesn't break things it would be much appreciated.
Which node are you reporting an issue on?
node-red-node-ui-table v0.3.10
What are the steps to reproduce?
Create a ui_table with the "validator": "regex:^([0-1]?[0-9]|2[0-3]):[0-5][0-9]$"
What happens?
The regex works until the colon. After the colon any character is valid.
valid inputs:
invalid inputs:
What do you expect to happen?
The Validator should detect the 22:90 and 12abrfvcs as invalid.
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: