ron
02/28/2017, 9:48 PMedvin
02/28/2017, 9:48 PMRuckus
02/28/2017, 9:52 PMRuckus
02/28/2017, 9:52 PMedvin
02/28/2017, 9:53 PMedvin
02/28/2017, 9:54 PMedvin
02/28/2017, 9:54 PMdialog
. It could be called formDialog
perhaps.edvin
02/28/2017, 10:01 PMLogin dialog▾
carlw
02/28/2017, 10:07 PMron
02/28/2017, 10:08 PMPasted image at 2017-02-28, 9:03 PM▾
edvin
02/28/2017, 10:11 PMedvin
02/28/2017, 10:11 PMalert
builder 🙂edvin
02/28/2017, 10:11 PMalert(INFORMATION, "Heading here", "Content here")
edvin
02/28/2017, 10:11 PMcarlw
02/28/2017, 10:13 PMedvin
02/28/2017, 10:14 PMedvin
02/28/2017, 10:14 PMedvin
02/28/2017, 10:18 PMedvin
02/28/2017, 10:23 PMedvin
02/28/2017, 10:24 PMedvin
02/28/2017, 10:24 PMedvin
02/28/2017, 10:55 PMron
03/01/2017, 6:31 AMron
03/01/2017, 6:32 AMjava.lang.IllegalArgumentException: The addValidator extension on TextInputControl can only be used on inputs that are already bound bidirectionally to a property in a Viewmodel. Use validator.addValidator() instead or update the binding.
ron
03/01/2017, 6:33 AMpasswordEntered
to be bound correctly to use required
ron
03/01/2017, 6:33 AMedvin
03/01/2017, 6:40 AMrequired
only works when the bound properties come from a ViewModel. That's also where the validation rules are saved.I can look into supporting required
without a ViewModel though, it's such a common requirement.edvin
03/01/2017, 6:41 AM