samply / sample-locator

The sample locator is a graphical user interface for searching bio samples.
Apache License 2.0
2 stars 0 forks source link

SEND adds empty field only #22

Open martinbreu opened 4 years ago

martinbreu commented 4 years ago

At startup the field Diagnosis ICD-10 is preselected. If you enter a value and click on SEND, it only adds an empty value field without sending a query. A second SEND is necessary which is a little bit confusing. This does not apply to every field type, but for String/Integer fields.

Possible solution: When the user starts typing an Integer/String, a new empty field should appear, not only after pressing ENTER or clicking elsewhere, it should be like the behavior of selecting an Enumeration or using the up/down arrows on Integer fields.