Fix for no autocomplete for Typeahead Select#6623
Conversation
1334237 to
2aa8a74
Compare
|
Your changes have been released in:
Thanks for your contribution! 🎉 |
|
This change specifically makes it so we do experience browser autocomplete on top of PatternFly autocomplete. In other words, this change is a breaking one that actually does the opposite of what is intended. There's no "never" attribute listed on any documentation or spec pages, but there is an "off", which is suggest to be used in cases where autocomplete is not wanted. (The exception is user/pass forms where password managers still work with "off", but this isn't for autocomplete in most cases. In that specific case, it's suggested to use "new-password"... and this wouldn't be case for the typeahead select, unless it's used for user selection. And it usually isn't used for user selection.)
|
|
Note: It might have been the case that in testing, both user and automated, that it does seem to pass on the first time with "never", but then a second go would autocomplete a "never" type of autocomplete. The correct solution would be to:
|
What:
Fixes #6625
Fix to not show the auto complete form for the TypeAhead Select component on Chrome