How to stop player from typing in SpinBox

Godot Version

4.7.2

Question

I have a SpinBox that I want the player to only edit with the arrows. I don't want them to be able to type into the SpinBox, forcing them to only use the arrows. Is there a way I can do this?

I don’t think there is a way to do it but it’s easy to make a custom control that behaves like this by combining two buttons and a label.