how can we make the the dropdown in the Nortstar Form as a required field? is it possible to do so ? in the Fluent ui Form for the textarea and input component we have required Field so onsubmit it validates the input Form shows to fillout for required fields https://codesandbox.io/s/zgpqse?module=/example.js
But for dropdown we don't have anything as such. how do we validate the Dropdown with required field?
we can disable the submit button based on hooks but it would be good if we have a required field https://codesandbox.io/s/cokfqy?module=/example.js