-
Notifications
You must be signed in to change notification settings - Fork 42
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
<flux:option> value must be an integer? [Uncaught Could not find option for value] #737
Comments
@magarrent Have you tried it with |
Yep! Also with filter false/true on select (Don't know exactly what it does) |
@magarrent I tried to emulate your code with a simplified version of the code and it works OK for me.
I would also recommend trying your code without the |
@magarrent |
Hi there! 👋
I'm trying to create a dynamic Select listbox.
But when the option value is a string (like uuid or something else), there is some JS crashing:
I've tried using a number and it works, it's just with a string values.
This is my current code, but you can try any OPTION with a string value:
value="{{ $variant['uuid'] }}"
flux.js error
The text was updated successfully, but these errors were encountered: