notify.moe
notify.moe copied to clipboard
UI: Use pattern validation when field is focused
Make InputText and similar functions accept a pattern parameter, type string.
Add data-pattern to the input field.
Add pattern as a tag to fields in data structures.
When a field gets focused, apply input.dataset.pattern to input.pattern.
When you stop input focus, clear the pattern.
Alternatively, check if we can do the same using CSS only (:focus and :valid combined).