angular_components
angular_components copied to clipboard
Allow setting name and id field of underlying input tag used by material-input components
When a form is submitted, chrome firefox and other browsers use algorithms that rely on name and id field of input tags to determine what value to save and retrieve when a form is submitted or resubmitted.
Allowing setting name and id field of underlying input tag used by material-input components might help in this situation.