Hi,
is there a way to lookup for already existing names used for an entity before allowing the user to create a new one?
The goal is to avoid redundancy or typos.
One option would be to just stop submission if name is close to an existing one. Another option is to perform auto-completion as the user types so that he/she realizes that it already exists.
Thanks.
is there a way to lookup for already existing names used for an entity before allowing the user to create a new one?
The goal is to avoid redundancy or typos.
One option would be to just stop submission if name is close to an existing one. Another option is to perform auto-completion as the user types so that he/she realizes that it already exists.
Thanks.
Comment