WorldSEnder 8eb9b5a4dc
Error on refs on components (#2863)
* error on `ref` with components

r#ref is still allowed, so we reserve the right to reintroduce
the syntax

* fix node_refs example
2022-09-13 16:50:33 +02:00
..
2022-09-13 16:50:33 +02:00
2022-06-12 15:11:13 +02:00
2022-06-12 15:11:13 +02:00
2022-06-12 15:11:13 +02:00

Node Refs Example

Demo

This example shows two input fields which are automatically focused when hovered over.

Concepts

The example uses Refs to manipulate the underlying DOM element directly.