Alert input mask

Is there any way to use input mask in the input of an alert object? For example the mask applied in telephone (00) 00000 - 0000. And to use only number.

use a modal if you want to do anything fancy like that. Alerts are intended to be super simple.

Thanks for the feedback AaronSterling. I will use the modal