The DialogFactory.Dialogs methods are really convenient but the prompt is missing some functionality:
- how can u distinguish pressing Cancel from pressing Ok without entering a value (both return null)
- there should be a way to make it mandatory (solves the above)
- what about setting a default value?
or am I missing something?