In my project I want to accept hex decimal values from the user.
The current implementation does not support different radixes making this impossible.
As a result I ended up basically recreating the NumberInput widget but for hex values.
I think this is something other people might want as well (even if just base 16 is supported since its very common) so if this feature is wanted, I am happy to work on the implementation.