Hi, i’m doing a vaadin quarkus app, and i want to use a combo box i think.
what i need to do is, have a list of users, search for them on the db and if the user does not exists put a button in the combo box to create a new user. is this posible? or has someone already tried this or is there a better aproach at this?
That’s not possible
But you could use that Combo Box | Components | Vaadin Docs
And then have a value change listener and when an unknown value is entered create a new user
Hi Simon, thanks for the info, i will try to implement it as you suggested