drawdb icon indicating copy to clipboard operation
drawdb copied to clipboard

Enum values are not getting entered on mobile

Open 1ilit opened this issue 1 year ago • 1 comments

To reproduce:

Enter value and click enter or enter comma separated values in batch and click enter

Expected behavior:

The values should look like tags and the input field should no longer give an error

Actual behavior:

Focus goes to comment input field and the enum values input still shows an error

Browser:

Chrome

OS:

Android

https://github.com/drawdb-io/drawdb/assets/96800776/7993c76f-271d-408e-bdde-958a74c5829c

1ilit avatar Apr 29 '24 08:04 1ilit

image

We can add the 'addOnBlur' attribute to TagInput to trigger the split behavior when the input box loses focus. I'll submit a pull request to fix this issue.

l123wx avatar Apr 30 '24 01:04 l123wx