Hi, thanks for the tip, but I already have implemented the autocomplete
for that field
However, my client asked me to let the user to go on without selecting a
city from the autocomplete, and if that happens, then show him a screen
with possible matches for what he wrote, so I’m trying to know what the
people use for doing that
Hi, thanks for the tip, but I already have implemented the autocomplete
for that field
However, my client asked me to let the user to go on without selecting a
city from the autocomplete, and if that happens, then show him a screen
with possible matches for what he wrote, so I’m trying to know what the
people use for doing that
I once did something similar using raspell (ruby bindings for aspell).
You can supply custom dictionaries, one containing just the list of
cities you know about should do the trick
Hi, thanks for the tip, but I already have implemented the autocomplete
for that field
However, my client asked me to let the user to go on without selecting a
city from the autocomplete, and if that happens, then show him a screen
with possible matches for what he wrote, so I’m trying to know what the
people use for doing that
I once did something similar using raspell (ruby bindings for aspell).
You can supply custom dictionaries, one containing just the list of
cities you know about should do the trick
Fred
Great, now I know what to implement in order to implement this feature
Thank you so much
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.