@orangecheck/auth-client / OcAddressInputProps
Interface: OcAddressInputProps
Defined in: components.tsx:433
Extends
Omit<React.InputHTMLAttributes<HTMLInputElement>,"value"|"onChange">
Indexable
[key: string]: InputHTMLAttributes<HTMLInputElement>
[key: number]: InputHTMLAttributes<HTMLInputElement>
[key: symbol]: InputHTMLAttributes<HTMLInputElement>
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-onvaluechange"></a> onValueChange | (value: string) => void | Called when value changes — typed by the user OR selected from the popover. | components.tsx:438 |
<a id="property-popoverclassname"></a> popoverClassName? | string | className applied to the suggestion popover. Style with [data-oc-address-popover] otherwise. | components.tsx:444 |
<a id="property-suggestionclassname"></a> suggestionClassName? | string | className applied to the suggestion button. Style with [data-oc-address-suggestion] otherwise. | components.tsx:446 |
<a id="property-suggestionlabel"></a> suggestionLabel? | string | Label shown above the suggested address in the popover. Defaults to use your address. | components.tsx:440 |
<a id="property-value"></a> value | string | Controlled value. | components.tsx:436 |
<a id="property-wrapperclassname"></a> wrapperClassName? | string | className applied to the wrapper <div>. | components.tsx:442 |