NHMDenmark / Mass-Digitizer

Common repo for the DaSSCo team
Apache License 2.0
1 stars 0 forks source link

tabbing triggers the taxon name auto-suggest #418

Open jlegind opened 9 months ago

jlegind commented 9 months ago

What is the issue ?

If taxon name field contains a value then trying to tab past it triggers auto-suggest name.

Detailed description of the issue.

Both tab and shift-tab trigger auto-suggest because they are actual characters

Why is it needed/relevant ?

An unwanted auto-suggest disrupts workflow.

### Estimate level of effort required.
?

### What is the expected acceptable result.

How to approach it?

Give a clear approach/potential solution on how to resolve it.

What steps would be required to do this ?

It might also be an idea to put some pseudocode if relevant.


# What could be the challenges ? 

Is there a potential risk to this. Could it affect another part of the project.



# What test are required ?

`New tests/Could include reference to the existing test`

# What documentation required?

`Could refer to existing documentation and changes in relevant doc files.`

# Remarks