Closed
Description
you should be able to say this:
name = INPUT(defaultValue: @Participant.name, placeholder: 'your name')
....
# and in some event handler
name.ref
what will happen is all components will have a ref that sets an internal variable in the hyperstack Element instance.
If you use old style ref, this will simply overwrite the default ref callback, and elements ref will not get set.