OTP input internal Stroke Colors e.g. SuccessStroke? #198
-
Is there some round about way to set these properties, they are marked internal and don't allow customization and styling so left with defaults which may not align well with app branding. |
Beta Was this translation helpful? Give feedback.
Answered by
naveenkumar-sanjeevirayan
Jun 24, 2025
Replies: 1 comment 1 reply
-
Hi @LeoJHarris Hi Leo, You can customize the Here's a sample of how you can achieve this:
Note: This applies application-wide. For local overrides, define these keys in your Let us know if you need further help! Regards, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
LeoJHarris
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @LeoJHarris
Hi Leo,
You can customize the
SfOtpInput
stroke colors by overriding the resource keys inApp.xaml
:Here's a sample of how you can achieve this:
Note: This applies application-wide. For local overrides, define these keys in your
Page
resources instead.Let us know if you need further help!
Regards,
Naveenkumar S