NHMDenmark / Mass-Digitizer

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

Tabbing from input taxonomic name adds a tab char rather than moving to barcode field #379

Closed jlegind closed 11 months ago

jlegind commented 12 months ago

What is the issue ?

Tabbing from input taxonomic name adds a tab char rather than moving to barcode field

Why is it needed/relevant ?

In case user is tabbing across the taxon name field we want the app to react predictably.

Estimate level of effort required.

easy

Approach

Intercept the tab keystroke and send the focus to the next field.

What is the expected acceptable result.

A smooth tabbing experience with no unexpected side effects.

jlegind commented 11 months ago

Solution implemented for the taxon name field.