Files
pdfme/packages/ui/src/components
Kyohei Fukuda 25bb538be3 fFix/schema name focus (#1454)
* 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>
2026-04-27 12:52:25 +09:00
..
2026-04-27 12:52:25 +09:00