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
see loom https://www.loom.com/share/99ec158c8a86415a8b79a680b57b4793 loom 2: https://www.loom.com/share/bd47d51e8aad4764aee4fa8e04f46dfd
fetch_values_from
Code I used in my loom
def fields field :id, as: :tags, mode: :select, suggestions: -> { [ {value: "1", label: "One"}, {value: "2", label: "Two"}, ] }, format_using: -> {[{value: value, label: value}]}, enforce_suggestions: true, close_on_select: true field :id_2, for_attribute: :id, as: :tags, mode: :select, fetch_values_from: "/t/dev_org/avo/associations/people", format_using: -> { [{value: value, label: value}]}, enforce_suggestions: true, close_on_select: true
Avo version: 3.13.1
Rails version: 7.2.1
Ruby version: 3.2.2
License type:
Are you using Avo monkey patches, overriding views or view components?
The text was updated successfully, but these errors were encountered:
This issue has been marked as stale because there was no activity for the past 15 days.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
see loom https://www.loom.com/share/99ec158c8a86415a8b79a680b57b4793
loom 2: https://www.loom.com/share/bd47d51e8aad4764aee4fa8e04f46dfd
fetch_values_from
call until you fully clear and click "x"fetch_values_from
is working, when you do backspace you remove ALL of your characters while I would expectSteps to Reproduce
Code I used in my loom
System configuration
Avo version: 3.13.1
Rails version: 7.2.1
Ruby version: 3.2.2
License type:
Are you using Avo monkey patches, overriding views or view components?
Impact
Urgency
The text was updated successfully, but these errors were encountered: