angular_components icon indicating copy to clipboard operation
angular_components copied to clipboard

Allow setting name and id field of underlying input tag used by material-input components

Open ghost opened this issue 7 years ago • 0 comments

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.

ghost avatar Sep 06 '18 04:09 ghost