notify.moe icon indicating copy to clipboard operation
notify.moe copied to clipboard

UI: Use pattern validation when field is focused

Open akyoto opened this issue 7 years ago • 0 comments

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).

akyoto avatar Mar 21 '18 16:03 akyoto