Linkta-org / core

Core Repo for MVP
MIT License
5 stars 10 forks source link

Disable Autocomplete on User Input form field #389

Open relandboyle opened 1 month ago

relandboyle commented 1 month ago

Related User Story Depending on the user's browser and settings, autocomplete suggestions may appear when interacting with the User Input text field. This behavior is undesirable in this context because our app does not provide styles for the suggestions, and we don't control the content. Disable autocomplete suggestions on this field.

https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete

image

Related Tickets

Acceptance Criteria

Subtasks