How do I remove the minus icon on sa negativ value for a Spin Box? I did try to use the Absolute float node, but that only set the value to the positive value, not removing the minus icon.
can you show what do you want to remove?
do you want to get positive only values?
if so just tick the min limit and set it to 0

This

you set minimun value to 0 like the pic above?
I want to be able to use negative and positive values, but I want to only display positive values,
yes