Hacker News new | ask | show | jobs
by shashankp 2464 days ago
From the link:

gooey_options={ # NEW! 'validator': { 'test': 'user_input.isdigit()', 'message': 'Please enter a number' } })

'test': 'user_input.isdigit()',

'user_input.isdigit()'

'o'