How to set keyboard to numeric for Notifier ShowTextDialog?

I am using Notify for user to input 1,2,3, or 4. How can I force for the numeric keyboard to appear for input for the Notify block?

I would suggest you check out this extension:

Alternatively, use a List Picker with Elements 1,2,3,4

That was the alternative but I just wanted to know if there was a way for Notify to do it. Thanks for your response.

An alternative using Notifier, four Buttons, TableArrangement and a TextBox (to accept the input). Initially set the TableArrangement as hidden (Visible = False)

KeyPadNotifier2 Select 3

KeyPadNotifier3 3 entered in TextBox and Button 'keyboard' closes.

Regards,
Steve

Thank you for the alternative. I was hoping there was a simple way to instruct Notifier to use the numeric keyboard, but seems that is not the case. I think I will use a Spinner instead.