dotnet-websharper / ui

A reactive UI library for WebSharper.
https://websharper-samples.github.io/ui/
Apache License 2.0
77 stars 22 forks source link

Static initial values in HTML input controls do not transfer to ws-var #280

Open granicz opened 7 months ago

granicz commented 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.