drogue-iot / drogue-cloud

Cloud Native IoT
https://drogue.io
Apache License 2.0
114 stars 30 forks source link

when creating an app or device through console, the ID field is not automatically selected #190

Closed jbtrystram closed 2 years ago

jbtrystram commented 2 years ago

image

I just clicked "new", I expect that if I type something, it will go into that field. But no, i need to click on the field first.

jbtrystram commented 2 years ago

See https://github.com/patternfly/patternfly-react/issues/6676

jbtrystram commented 2 years ago

https://github.com/ctron/patternfly-yew/blob/3df5b8f09ecacb5f4d0a92f4a62afb582c1d3e9d/src/form.rs#L253-L257

check for first rendering : https://github.com/siku2/rust-monaco/blob/f190591002e7c657fbadbc51d425427ebf52c538/src/yew/mod.rs#L122-L141