Q: What’s the name of this type of keyboard filter interaction?
I want to know a name for the type of keyboard filtering where a each time a user enters a character, the rest of the keyboard disables all characters which aren't relevant anymore because no word can be formed which would match the current context.
As an example: the possible inputs are all countries of the world.
- The user is presented with a normal keyboard with all letters from
A
toZ
. - The user presses
H
and as a result, all letters of the keyboard are disabled exceptA
,O
andU
. This is because the only matching countries that can be entered now are Ha
iti, Hu
ngary, Ho
nduras and Ho
ly See.
A real live example of this behaviour with public transportation station names can be found on the ticket machines here in Switzerland as seen here:
What would be the name of such a keyboard or keyboard behaviour?