-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
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
Feature Request: Dynamically create objects #53
Comments
Not sure I understand - your example works fine (just make sure input is closed, as |
The code above works as intended, however my question was, if this behavior could be integrated in Sprae, so that my JS code wouldn't be needed anymore? |
You can init sprae on root and it should work, doesn't it? |
@MasterPuffin can you elaborate a bit, how would see it should work that it doesn't work now? |
Sorry for the late reply.
my example does not work. |
Hi,
I would like to show an input field, if a select has a specific value. However I would like to not initialize Sprae with the required object but have Sprae detect the required object automatically.
I wrote a function as a proof of concept that achieves this, however my question would be, if that could be natively integrated in Sprae.
The text was updated successfully, but these errors were encountered: