wdcocq 5570710cdf
Fixed NodeRef not being implicitly cloned with components (#2775)
* Use IntoPropValue for node refs in html component

* Add NodeRef ImplicitClone test for html element

* Change node_refs example to use ImplicitClone

* Reuse key and ref attribute wrapping
2022-07-07 21:00:27 +05: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.