We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It's possible set value input and other value to label.
{"id":1, "name":"xpto"}
I need submit value id and show value name in search.
In js component
The text was updated successfully, but these errors were encountered:
you found a way ?
Sorry, something went wrong.
Hi, Yes
<div id="autocomplete_exams" class="autocomplete"> <input class="autocomplete-input" /> <ul class="autocomplete-result-list"></ul> <ul id="no-results" class="autocomplete-result-list" visible="false"></ul> </div> <input type="hidden" name="value_id" id="value_id">
Use hidden input to store the id value. Also use onchange in select to update the hidden input value
No branches or pull requests
It's possible set value input and other value to label.
{"id":1, "name":"xpto"}
I need submit value id and show value name in search.
In js component
The text was updated successfully, but these errors were encountered: