improve help text for autocomplete
This commit is contained in:
parent
ab08732ba8
commit
c09e5e6552
|
@ -77,7 +77,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="row mb-1 align-items-center">
|
<div class="row mb-1 align-items-center">
|
||||||
<Label Class="col-sm-3" For="autocomplete" HelpText="The HTML autocomplete attribute allows you to specify browser behavior for automated assistance in filling out form field values, with a character limit of 30 to ensure concise and effective usage." ResourceKey="Autocomplete">Autocomplete: </Label>
|
<Label Class="col-sm-3" For="autocomplete" HelpText="The HTML autocomplete attribute allows you to specify browser behavior for automated user assistance in filling out form field values. Allowable values are blank (default), 'on', 'off', or any value from the standardized taxonomy defined for this attribute." ResourceKey="Autocomplete">Autocomplete: </Label>
|
||||||
<div class="col-sm-9">
|
<div class="col-sm-9">
|
||||||
<input id="autocomplete" class="form-control" @bind="@_autocomplete" maxlength="30" />
|
<input id="autocomplete" class="form-control" @bind="@_autocomplete" maxlength="30" />
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<root>
|
<root>
|
||||||
<!--
|
<!--
|
||||||
Microsoft ResX Schema
|
Microsoft ResX Schema
|
||||||
|
@ -196,7 +196,7 @@
|
||||||
<value>Rows: </value>
|
<value>Rows: </value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Autocomplete.HelpText" xml:space="preserve">
|
<data name="Autocomplete.HelpText" xml:space="preserve">
|
||||||
<value>The HTML autocomplete attribute allows you to specify browser behavior for automated assistance in filling out form field values, with a character limit of 30 to ensure concise and effective usage.</value>
|
<value>The HTML autocomplete attribute allows you to specify browser behavior for automated user assistance in filling out form field values. Allowable values are blank (default), 'on', 'off', or any value from the standardized taxonomy defined for this attribute.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="Autocomplete.Text" xml:space="preserve">
|
<data name="Autocomplete.Text" xml:space="preserve">
|
||||||
<value>Autocomplete: </value>
|
<value>Autocomplete: </value>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user