Skip to content

Commit fb1289f

Browse files
Update OtpInput-Customization.md
1 parent 605112d commit fb1289f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

maui-toolkit/Otp-Input/OtpInput-Customization.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ SfOtpInput otpInput = new SfOtpInput()
5555

5656
![Placeholder](images/placeholderLength.png)
5757

58-
### PlaceholderColor
58+
### Placeholder color
5959

6060
The color of placeholder text can be changed using the [PlaceholderColor](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.OtpInput.SfOtpInput.html#Syncfusion_Maui_Toolkit_OtpInput_SfOtpInput_PlaceholderColor) property.
6161

@@ -122,7 +122,7 @@ SfOtpInput otpInput = new SfOtpInput()
122122

123123
![Input length](images/length.png)
124124

125-
## InputBackground
125+
## Input background
126126

127127
The [InputBackground](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.OtpInput.SfOtpInput.html#Syncfusion_Maui_Toolkit_OtpInput_SfOtpInput_InputBackground) property customizes the appearance of input fields. This property works when [StylingMode](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.OtpInput.SfOtpInput.html#Syncfusion_Maui_Toolkit_OtpInput_SfOtpInput_StylingMode) is set to [Filled](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.OtpInput.OtpInputStyle.html#Syncfusion_Maui_Toolkit_OtpInput_OtpInputStyle_Filled).
128128

@@ -167,7 +167,7 @@ SfOtpInput otpInput = new SfOtpInput()
167167

168168
![Stroke](images/stroke.png)
169169

170-
## TextColor
170+
## Text color
171171

172172
You can set the [TextColor](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.OtpInput.SfOtpInput.html#Syncfusion_Maui_Toolkit_OtpInput_SfOtpInput_TextColor) property to any color to customize the text appearance of the input fields.
173173

@@ -189,7 +189,7 @@ SfOtpInput otpInput = new SfOtpInput()
189189

190190
![TextColor](images/textColor.png)
191191

192-
## MaskCharacter
192+
## Mask character
193193

194194
Set the [MaskCharacter](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.OtpInput.SfOtpInput.html#Syncfusion_Maui_Toolkit_OtpInput_SfOtpInput_MaskCharacter) property to any character to define how the masked input is displayed, enhancing security by obscuring sensitive information. The `MaskCharacter` property applies only when [Type](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.OtpInput.SfOtpInput.html#Syncfusion_Maui_Toolkit_OtpInput_SfOtpInput_Type) is set to [Password](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.OtpInput.OtpInputType.html#Syncfusion_Maui_Toolkit_OtpInput_OtpInputType_Password).
195195

@@ -212,7 +212,7 @@ SfOtpInput otpInput = new SfOtpInput()
212212

213213
![MaskCharacter](images/maskCharacter.png)
214214

215-
## InputState
215+
## Input state
216216

217217
The [InputState](https://help.syncfusion.com/cr/maui-toolkit/Syncfusion.Maui.Toolkit.OtpInput.SfOtpInput.html#Syncfusion_Maui_Toolkit_OtpInput_SfOtpInput_InputState) property visually represent the validation status of the input fields.
218218

@@ -280,4 +280,4 @@ SfOtpInput otpInput = new SfOtpInput()
280280
{% endhighlight %}
281281
{% endtabs %}
282282

283-
![Error state](images/error.png)
283+
![Error state](images/error.png)

0 commit comments

Comments
 (0)