dotnet-websharper / core

WebSharper - Full-stack, functional, reactive web apps and microservices in F# and C#
https://websharper.com
Apache License 2.0
593 stars 52 forks source link

Use `ws-id` for hooking up Web.Control content and server-side event handlers #1359

Closed Jand42 closed 10 months ago

Jand42 commented 10 months ago

Instead of using id="wsX" where X is a number, switching to using ws-id="eX" to mark controls/elements with dynamic hookups for less unwanted interactions with proper html "id".