openblocks-dev / openblocks

🔥 🔥 🔥 The Open Source Retool Alternative
https://cloud.openblocks.dev
GNU Affero General Public License v3.0
5.88k stars 360 forks source link

input autofocus #268

Closed dueni0 closed 1 year ago

dueni0 commented 1 year ago

Is there an option to set autofocus for an input element?

hanshuai commented 1 year ago

Currently not, but I think this feature will be available soon

neon-balcony commented 1 year ago

Hey @dueni0 , input component provides a method focus() and you can use a JS query to trigger that (for this example below the input2 will be set focused on page load), have a try 😃

image
dueni0 commented 1 year ago

works perfect, thank you @neon-balcony