Combo Text
A text box that can be placed within a section control. A multi-part text box typically has two text one after another. Either of them can be visible or both can be visible based on requirements.
Variants
Props
Props | Datatype | Values/Example |
---|---|---|
type | string | "combo" | "single" |
value | string | "hello" |
key | string | "1" |
comboContainerClassProp | Object | font-size: var(--base-text) |
comboContainerStyleProp | Object | font-size: var(--base-text) |
singleTextClassProp | Object | font-size: var(--base-text) |
singleTextStyleProp | Object | font-size: var(--base-text) |
keyClassProp | Object | font-size: var(--base-text) |
keyStyleProp | Object | font-size: var(--base-text) |
valueClassProp | Object | font-size: var(--base-text) |
valueStyleProp | Object | font-size: var(--base-text) |