dnn-elements
dnn-elements copied to clipboard
Add focus and blur methods to field wrappers
It is sometimes needed to programmatically focus or blur form fields. We have many wrappers that wrap input fields and also buttons, etc. When to do .focus() on the custom component, we should pass it down to the actual input. Same for blur