mirror of
https://github.com/pdfme/pdfme.git
synced 2026-06-04 04:17:47 -04:00
* fix(ui): prevent focus loss on schema name input Exclude name from the live handleWatch update path to prevent the sidebar from re-rendering on every keystroke. The name field will now only be updated on blur/Enter instead. * fix(ui): add onBlur handler to persist schema name changes Added onBlur handler to schema name field to persist changes when field loses focus, while keeping the exclusion of 'name' from handleWatch to prevent focus loss during typing. * fix(ui): refactor form handling and update schema name validation logic --------- Co-authored-by: bobo-xxx <111567133+bobo-xxx@users.noreply.github.com>