Open Ratko-Solaja opened 2 years ago
+1
This would be extremely useful!
Wondering why this hasn't been implemented yet. Attributes with @
or :
characters in their names are valid attributes, but still, we cannot add them in Oxygen.
Any update on this?
Describe the feature you'd like to see included in Oxygen. I would love to use Alpine.js inside Oxygen trough the Attributes option found under Advanced. At the moment that's not possible because there's a sanitization/validation of the Attribute Name field which prevents usage of certain Alpine.js chars such as
:
and@
.I think enabling this would be as simple as changing the RegEx code for the field in all the places it needs to be changed, so, maybe have this in 4.0 version?
What are the use cases for this feature? Building websites faster. I think it's far more simpler to just pop in some action trough @click directive rather than writing JS trough the JS section.
Examples of this feature or functionality. Nothing...