Skip to content
Snippets Groups Projects

ENH: Add auto_focus and pattern to form_elements/form_panel

Merged Timm Fitschen requested to merge f-autofocus-pattern into dev
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -1338,6 +1338,8 @@ var form_elements = new function () {
}
/**
* @typedef {object} TextFieldConfig
*
* Field config for a text field (config.type = 'text').
*
* @augments {FieldConfig}
Loading