Responsive
Atoms
FormLabel
Default
Molecules
ContactDetails
Default
Organisms
HeaderMinimal
Default
ServicesGroupFinderBlock
With Results No Results

TextInput / Large - With Prefix

Large text input with currency prefix

Layout
Properties
Component Code
@await Html.PartialAsync("~/Components/Atoms/TextInput/TextInput.cshtml", new TextInputProps
{
"Label": "Form field label *",
"HelpText": "Help text",
"Placeholder": "",
"Prefix": "\u00A3",
"ErrorMessage": "",
"Name": "",
"Id": "",
"Value": "",
"HasError": false,
"ShowLabel": true,
"ShowHelpText": true,
"ShowPrefix": true,
"InputType": "text",
"Required": true,
"Disabled": false,
"Size": "large",
"MaxLength": null,
"Autocomplete": "",
"DataVal": false,
"DataValRequired": "",
"DataValRegex": "",
"DataValRegexPattern": "",
"DataValConfirmPassword": "",
"DataValConfirmPasswordValue": "",
"DataUmb": "",
"Spellcheck": "",
"Inputmode": "",
"Min": "",
"Max": "",
"Step": "",
"Pattern": "",
"ReadOnly": false,
"Title": "",
"DataAutocomplete": "",
"AriaLabel": "",
"AriaDescribedBy": "",
"CssClass": ""
})
♿ Accessibility