FlowingCode / ChipFieldAddon

Vaadin Flow integration of https://github.com/ThomasCybulski/paper-chip
Apache License 2.0
7 stars 5 forks source link

Allow selection by pressing Enter when no newItemHandler is configured. #37

Closed javier-godoy closed 2 years ago

javier-godoy commented 3 years ago

When a newItemHandler is configured, typing an existing label and pressing enter selects that value. If there is no newItemHandler ("restricted mode"), the user has to select the value from the dropdown. It cannot be selected by typing enter.