interesting. it looks like having an empty validator will cause datetime prompts to validate to false, while other prompts succeed.
Easy fix, change setValidator(function(){}) to setValidator(function(){return true})
(see attached)
Easy fix, change setValidator(function(){}) to setValidator(function(){return true})
(see attached)