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

Feed HTML parsing errors from UI templating #281

Open granicz opened 7 months ago

granicz commented 7 months ago

Currently, this breaks:

<textarea ws-var="Message" />

... because textarea is not a self-closing tag, and thus it fails in the templating TP's HTML parser. However, there is no error propagated back to the IDE about this. There should be.