Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@brijsiyag-meesho
Copy link

Text inputs with completionOptions were not showing autocomplete because they used PlainInput component instead of Input component. PlainInput explicitly excludes autocomplete support, causing completion suggestions to be ignored even when provided.

Changed the condition to use Input component when completionOptions is present, ensuring autocomplete works for plugin form text inputs with custom completion options.

Text inputs with completionOptions were not showing autocomplete because they used PlainInput component instead of Input component. PlainInput explicitly excludes autocomplete support, causing completion suggestions to be ignored even when provided.

Changed the condition to use Input component when completionOptions is present, ensuring autocomplete works for plugin form text inputs with custom completion options.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant