Group of 2 Use it now
No documentation found
Plugin Button, Input, and Select components can now be given autoFocus, and Button also gains action and dimColor props
What
Plugin UI components used when rendering plugin panes gained new props:
Buttonnow acceptsaction(must be one of the engine's existing keybinding actions, such asapp:cycleDiffBaseorapp:diffFileListDown; engine-only keys likectrl+c/ctrl+dstill can't be rebound), plus adimColorboolean.Button,Input, andSelectall gain anautoFocusprop.
Why
Plugin authors building custom UI panes can now make a button trigger an existing app action, dim button text, and have a component automatically receive focus when it appears, without writing custom focus-handling logic.
Names in the bundleautoFocus