Open granicz opened 7 months ago
Given an HTML template:
<textarea ws-var="Message">Initial text</textarea>
This, after initializing the UI runtime, will result in an empty textarea, instead of the Message Var coming with the hardcoded initial value.
Message
Given an HTML template:
This, after initializing the UI runtime, will result in an empty textarea, instead of the
Message
Var coming with the hardcoded initial value.