Attributes UX: Key (type) labels, filter, Overlay without field target.
CE-WP-0010: rename form vocabulary in user-facing strings to attributes, show type next to keys, filter attributes at ≥3 characters, and allow card→highlight guide lines when no attribute is focused.
This commit is contained in:
parent
c07e369bdb
commit
32c5a2ede4
5 changed files with 137 additions and 53 deletions
|
|
@ -2,8 +2,9 @@ export * from "./repos";
|
|||
export * from "./services";
|
||||
export * from "./state";
|
||||
export * from "./visual-guide";
|
||||
export { FormRenderer } from "./FormRenderer";
|
||||
export { FormRenderer, matchesTextFilter } from "./FormRenderer";
|
||||
export type {
|
||||
FieldDefinitionPatch,
|
||||
FormFieldSchema,
|
||||
FormRendererProps,
|
||||
FormSchema,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue