Choices/src
Bob Maerten 82b94228f9
Enhance inputCloned text input with type and name (#908)
* Enhance inputCloned text input with type and name

Safari will display a contact autocomplete on every text input which `name` attribute contains "*name*" or does not have any `name` attribute.
Adding a fine tuned `name`attribute to the input should prevent that.

Plus, input type="search" seems more suited to the field intent (https://developer.mozilla.org/fr/docs/Web/HTML/Element/Input/search).

* Adapt inputCloned related test
2021-12-22 16:56:04 -05:00
..
icons Keep icons for future usage 2017-11-21 15:53:28 +00:00
scripts Enhance inputCloned text input with type and name (#908) 2021-12-22 16:56:04 -05:00
styles Implement stylelint 2021-12-19 17:43:03 -05:00