Type Alias SharedTextInputElementInputs
SharedTextInputElementInputs: { value: string } & PartialWithUndefined<
{
allowedInputs: string
| RegExp;
attributePassthrough: AttributeValues;
blockedInputs: string | RegExp;
disableBrowserHelps: boolean;
disabled: boolean;
fitText: boolean;
placeholder: string;
},
>
Inputs shared between the multiple input elements.