-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
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
Error with Number Input in Grid #278
Comments
it would be something in the Layout functions that deal with how it should be displayed. |
I guessed but I haven't figured out how it works Maybe I will dive in it later, but as for now I don't know how to do it |
This was referenced Nov 27, 2024
so this should be fixed then @Ultraxime? |
Yes it should |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I encountered an issue when integrating a Number Input in a Grid.
The Number Input seems to be cropped, I tried to fix the code myself but did not find its origin.
The code is the following
and the rendering is
We can see that the value is not shown (should have been 3) and the decrease button is not here.
During these peregrinations, I also noticed that the padding was not working well.
Here we can see that the padding is not the same to the left and to the right in the Card widget
I'll be happy to help
The text was updated successfully, but these errors were encountered: