Thanks Nupur! Correct me if I'm wrong but based on your answer it seems the SELECT required attribute doesn't do anything unless you write custom validation? I don't see any indication from the documentation that the steps you outlined are necessary based on reviewing the docs.Select — Granite UI ...
I'm creating a select list using granite/ui/components/foundation/form/select and using the emptyOption and required properties. The emptyOption appears to work as expected, but the required option isn't enforcing something to be selected? Also, could emptyText be used in conjunction with emptyOp...