Allows creation of duplicates #41
-
Right now, it's quite easy to accidentally create duplicates: Is there a nice way to handle this? |
Beta Was this translation helpful? Give feedback.
Answered by
joshhanley
Jul 18, 2024
Replies: 1 comment
-
Sorted on Discord. TL;DR: It's just blade, so you can wrap the Or pass the conditional into the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
joshhanley
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorted on Discord.
TL;DR: It's just blade, so you can wrap the
x-autocomplete-new-item
component in a conditional to hide it if there is a direct match.Or pass the conditional into the
show
attribute on the component.