You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Along the lines of #28, it would be great if AVIM could modify the default autocomplete behavior of any text field to perform case folding, so that input like “d” could match “đá”, analogous to what Internet Explorer does for CJK IMEs with the getCompositionAlternatives() API. MDN has an example of a custom autocomplete component.
The text was updated successfully, but these errors were encountered:
1ec5
changed the title
Case folding for autocompleted text fields
Diacritic folding for autocompleted text fields
Jul 16, 2014
Along the lines of #28, it would be great if AVIM could modify the default autocomplete behavior of any text field to perform case folding, so that input like “d” could match “đá”, analogous to what Internet Explorer does for CJK IMEs with the
getCompositionAlternatives()
API. MDN has an example of a custom autocomplete component.The text was updated successfully, but these errors were encountered: