I am using an input field and making it required field by checking the ‘required’ option in properties panel. But the validation is not functioning as desired and user is able to able to submit form even if the required field is not filled.
Can you please share some examples of usage on how we can achieve this.
required
boolean
false
Indicates that user input is required. This property is only needed for accessibility purposes when a single relationship between the field and a label (see aggregation labelFor of sap.m.Label) cannot be established (e.g. one label should label multiple fields).