mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-09-09 08:18:22 +00:00
feat: add NATIONALITY and NATION field types with dedicated country-picker logic and storage conversion
This commit is contained in:
@@ -78,7 +78,11 @@ export type FormFieldType =
|
||||
| "BOOLEAN"
|
||||
| "EMAIL"
|
||||
| "PHONE"
|
||||
| "TIN";
|
||||
| "TIN"
|
||||
/** Full nationality list, stored as the English demonym ("Ethiopian"). */
|
||||
| "NATIONALITY"
|
||||
/** Full country list, stored as the English country name ("Ethiopia"). */
|
||||
| "NATION";
|
||||
|
||||
export interface FieldCondition {
|
||||
/** Omitted when `anyOf` is used instead — see below. */
|
||||
|
||||
Reference in New Issue
Block a user