We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.7
FluentUI2
<NumericPicker ShowStepButtons="false" Decimals="2" TextAlignment="TextAlignment.End" Size="Size.Small" @bind-Value="@context.Percentage"></NumericPicker>
something like that
when i use textAlignment="TextAlignment.End" and ShowStepButtons="false" i see large space inbetween
No response
The text was updated successfully, but these errors were encountered:
stsrki
No branches or pull requests
Blazorise Version
1.7
What Blazorise provider are you running on?
FluentUI2
Link to minimal reproduction or a simple code snippet
<NumericPicker ShowStepButtons="false" Decimals="2" TextAlignment="TextAlignment.End" Size="Size.Small" @bind-Value="@context.Percentage"></NumericPicker>
Steps to reproduce & bug description
What is expected?
something like that
What is actually happening?
when i use textAlignment="TextAlignment.End" and ShowStepButtons="false" i see large space inbetween
What browsers do you see the problem on?
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: