Skip to content

Commit f356aa1

Browse files
Merge pull request #323 from syncfusion-content/OtpInputUGUpdate
965989 - Added theme keys for OtpInput
2 parents 4fbaea0 + 8f04407 commit f356aa1

File tree

1 file changed

+61
-1
lines changed

1 file changed

+61
-1
lines changed

maui-toolkit/Themes/Keys.md

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
33
title: About Keys for Syncfusion® Controls | Syncfusion®
4-
description: Detailed information on the keys mapped to the UI elements of all Syncfusion® controls.
4+
description: Explore key mappings for Syncfusion® controls in the documentation, detailing UI element interactions for enhanced user experience.
55
platform: maui-toolkit
66
control: General
77
documentation: UG
@@ -1000,6 +1000,66 @@ This page lists the keys for each control and the element to which it is mapped
10001000
</td>
10011001
</tr>
10021002

1003+
<tr>
1004+
<td> SfOtpInputSuccessStroke <br/><br/></td>
1005+
<td>Border color when OTP Input is successfully validated.<br/><br/>
1006+
</td>
1007+
</tr>
1008+
1009+
<tr>
1010+
<td> SfOtpInputWarningStroke <br/><br/></td>
1011+
<td> Border color when there's a warning state in OTP Input.<br/><br/>
1012+
</td>
1013+
</tr>
1014+
1015+
<tr>
1016+
<td> SfOtpInputErrorStroke <br/><br/></td>
1017+
<td> Border color when there's an error state in OTP Input.<br/><br/>
1018+
</td>
1019+
</tr>
1020+
1021+
<tr>
1022+
<td> SfOtpInputDefaultBackground <br/><br/></td>
1023+
<td> Default background color of the OTP Input.<br/><br/>
1024+
</td>
1025+
</tr>
1026+
1027+
<tr>
1028+
<td> SfOtpInputHoveredBackground <br/><br/></td>
1029+
<td> Background color when hovered over OTP Input.<br/><br/>
1030+
</td>
1031+
</tr>
1032+
1033+
<tr>
1034+
<td> SfOtpInputBorderHovered <br/><br/></td>
1035+
<td> Border color when hovered over OTP Input.<br/><br/>
1036+
</td>
1037+
</tr>
1038+
1039+
<tr>
1040+
<td> SfOtpInputBorderPressed <br/><br/></td>
1041+
<td> Border color when OTP Input is pressed.<br/><br/>
1042+
</td>
1043+
</tr>
1044+
1045+
<tr>
1046+
<td> SfOtpInputBorderDisabled <br/><br/></td>
1047+
<td> Border color when OTP Input is disabled.<br/><br/>
1048+
</td>
1049+
</tr>
1050+
1051+
<tr>
1052+
<td> SfOtpInputBackgroundDisabled <br/><br/></td>
1053+
<td> Background color when OTP Input is disabled.<br/><br/>
1054+
</td>
1055+
</tr>
1056+
1057+
<tr>
1058+
<td> SfOtpInputDisabledTextColor <br/><br/></td>
1059+
<td> Text color when OTP Input is disabled.<br/><br/>
1060+
</td>
1061+
</tr>
1062+
10031063
</table>
10041064

10051065
## SfPopup

0 commit comments

Comments
 (0)