17266: Handles onChange event separate on the property editor.
authorLucas Di Pentima <lucas@di-pentima.com.ar>
Tue, 26 Jan 2021 14:27:52 +0000 (11:27 -0300)
committerLucas Di Pentima <lucas@di-pentima.com.ar>
Wed, 27 Jan 2021 12:04:45 +0000 (09:04 -0300)
commita747f4a071514837cdac553d86c228c996c74514
tree57be029b6eab78fe80b6a32efd41e7889f2034ca
parent92b4ae921e7393c504d846c6476766aec57da313
17266: Handles onChange event separate on the property editor.

When changing the property value field, on every event a vocabulary match
is attempted just in case the user submits the form by hitting <enter>.
The bug happened because the vocabulary matching was only relying on the
onBlur event, that doesn't fire in this case.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas@di-pentima.com.ar>
src/views-components/resource-properties-form/property-field-common.tsx
src/views-components/resource-properties-form/property-key-field.tsx
src/views-components/resource-properties-form/property-value-field.tsx
src/views-components/resource-properties-form/resource-properties-form.tsx