Replies: 1 comment
-
@sbrow Dynamic fields in that nature aren't supported, no. The issue will be Livewire not respecting |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I don't know whether this should be a bug report or a feature request:
my code has a
FileUpload
component that accepts an XML file. I need to parse the uploaded file and create a list ofSelect
fields based on RegExp matches from the file.Whenever I try to do this, I get an error in the frontend
Uncaught ReferenceError: select is not defined
, meaning the Alpine.js component hasn't loaded yet?Is there a way around this? Or are dynamic fields not currently supported?
I also tried creating a custom field type, but ran into the same issue.
Beta Was this translation helpful? Give feedback.
All reactions