PUI-30 feat(record-form): password, url, tel, switch and tags field types #109
Loading…
Reference in a new issue
No description provided.
Delete branch "feature/PUI-30-add-the-standard-input-and-existing-control-types-"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Stacked on the PUI-33 PR.
RecordFormField gains password, url, tel (TextInput with that type), switch (Switch) and tags (TagsInput, forwards placeholder and maxTags). Value types string / boolean / string[]; busy, disabled, backend issues and View Mode flow like the existing built-ins. Relation pickers stay custom. Follow-up
8319214on the PUI-36 branch makes switch reject required.Checks: bun test, typecheck, lint, format:check, build:vue, build:storybook. Storybook play functions not run in a browser.
Refs: PUI-30