Skip to content

Commit 9ac9ff7

Browse files
committed
Update README.md
1 parent 72ba6ab commit 9ac9ff7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ To run this application, you need to first clone the `getting-started-with-the-d
1414
Enhance the appearance of the Syncfusion Autocomplete and ComboBox controls; the .NET MAUI framework’s Entry and Editor. Add assistive labels and icons to those input views by just wrapping the entry and input views with the Text Input Layout control.
1515

1616
### Custom fonts
17-
[Customize](https://help.syncfusion.com/maui/textinputlayout/custom-icons?utm_source=github&utm_medium=listing&utm_campaign=maui-text-input-layout-github-samples) the font family, font attributes, and text color for the hint text, error text, and helper text.
17+
[Customize](https://help.syncfusion.com/maui/textinputlayout/custom-icons?utm_source=github&utm_medium=listing&utm_campaign=maui-text-input-layout-github-samples) the font appearance, including size, attributes, and family, for assistive labels like hint, helper, and error within the control.
1818

1919
### Padding
20-
Customize the [padding](https://help.syncfusion.com/maui/textinputlayout/container-type#custom-padding?utm_source=github&utm_medium=listing&utm_campaign=maui-text-input-layout-github-samples) around the input view.
20+
Customize spacing around the input view using InputViewPadding. Tailor the [padding](https://help.syncfusion.com/maui/textinputlayout/container-type#custom-padding?utm_source=github&utm_medium=listing&utm_campaign=maui-text-input-layout-github-samples) to align with your unique design preferences..
2121

2222
### States
23-
Indicate the focused, unfocused, error, and disabled [states](https://help.syncfusion.com/maui/textinputlayout/states-and-colors?utm_source=github&utm_medium=listing&utm_campaign=maui-text-input-layout-github-samples) of the control.
23+
Utilize the VisualStateManager to dynamically adjust the hint text color and border colors based on the control's [states](https://help.syncfusion.com/maui/textinputlayout/states-and-colors?utm_source=github&utm_medium=listing&utm_campaign=maui-text-input-layout-github-samples), including normal, focused, error, and disabled.
2424

2525
## Related links
2626
[Learn More about .NET MAUI Text Input Layout](https://www.syncfusion.com/maui-controls/maui-textinputlayout?utm_source=github&utm_medium=listing&utm_campaign=maui-text-input-layout-github-samples)

0 commit comments

Comments
 (0)