oc · docs
docs / documentation

@orangecheck/auth-client


@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

PropertyTypeDescriptionDefined in
<a id="property-onvaluechange"></a> onValueChange(value: string) => voidCalled when value changes — typed by the user OR selected from the popover.components.tsx:438
<a id="property-popoverclassname"></a> popoverClassName?stringclassName applied to the suggestion popover. Style with [data-oc-address-popover] otherwise.components.tsx:444
<a id="property-suggestionclassname"></a> suggestionClassName?stringclassName applied to the suggestion button. Style with [data-oc-address-suggestion] otherwise.components.tsx:446
<a id="property-suggestionlabel"></a> suggestionLabel?stringLabel shown above the suggested address in the popover. Defaults to use your address.components.tsx:440
<a id="property-value"></a> valuestringControlled value.components.tsx:436
<a id="property-wrapperclassname"></a> wrapperClassName?stringclassName applied to the wrapper <div>.components.tsx:442