ideas icon indicating copy to clipboard operation
ideas copied to clipboard

Add autocomplete to forms

Open aerni opened this issue 4 years ago • 3 comments

Add autocomplete attributes to the form builder: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete

This could be implemented the same way you already do with the input type.

aerni avatar Apr 28 '21 12:04 aerni

The 'input type' config option is not special for form blueprints, where as I think this would probably need to be? (unless there's a case for it...)

duncanmcclean avatar May 24 '21 18:05 duncanmcclean

Yes, autocomplete only makes sense for forms. What's the case for input_type on a regular blueprint? I can't think of one either.

aerni avatar May 25 '21 08:05 aerni

Yes, autocomplete only makes sense for forms. What's the case for input_type on a regular blueprint? I can't think of one either.

I know I've used it before in the case of a URL, where it will warn the user if it isn't formatted correctly (eg. they type something that's not a URL)

duncanmcclean avatar May 25 '21 08:05 duncanmcclean