I'm using the Modern Number Input Field in a gallery. All of a sudden, the Up and Down arrows of the Modern Number Input Field is cut off. I have tried to readd it and I also changed the size of the field, but still the same issue occurs.
When I edit the app, the number input looks fine, but once in Published form in the browser the arrows are cut off.
Can anyone assist me with the issue I'm experiencing?
you can not prevent them from doing it, but you can give visual hints like color change. that would be as followed:
If(IsMatch(Self.Text,Match.MultipleNonSpaces),Color.Green, Color.Red)
you could also use it onChange to send a notification as soon as they add a space.
if you ask me there is no thing that will solve your issue with the cutting off, because its a modern control bug.
Let me know if my answer helped solving your issue.
If it did please accept as solution and give it a thumbs up so we can help others in the community.
Greetings
Tried your suggestions - no change at this stage.
Thanks for all the replies. We opted to use the modern input as there was an issue with classic number control.
It seems like if a user adds spaces into the old number input you cannot add any more number values in the field. Is there a way to prevent a user from adding a space to a number input?
Those contorls are still in preview, so problems like this can occure.
But it seems there is another controll quite close to you number input. Did you try moving it a bit more away ? You could also try reducing the padding, maybe it helps.
Hey @HannelizedeV
I wont suggest using modern Controls right now as they are still in preview and can be buggy
This looks like another bug because i saw a couple of topics popping up here regarding the same issue
Let me know if my answer helped solving your issue.
If it did please accept as solution and give it a thumbs up so we can help others in the community.
Greetings
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2