-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
onChange in Select does not work with Laminar #36
Comments
Yes, these So, if you want to keep it in sync with some _.selected <-- myObservable.map(v => amISelected(v)) The Does that help? |
Ah so @sherpal I see that SAP UI5 Select has Also, tangential PSA – avoid using |
@sherpal
Let me know if there are better ways - as there are quite a few;). |
Indeed, they simply don't have a property @pme123 Your code is mostly ok, but rather than use the |
I added an example in the demo to stress this use case |
I try to use Laminar's Var with the Select component.
But it does not work. I tried different things (I found in similar components - there is none with Select)
As soon I add onChange it stops working - with the last two versions I can select the option as long as the option is after the selected option. If the last is selected - you can't even change it anymore.
Do I miss something?
The text was updated successfully, but these errors were encountered: