cancel
Showing results for 
Search instead for 
Did you mean: 

How to enable required of Input field

SAPSupport
Employee
Employee
0 Kudos

How to enable required of Input field


------------------------------------------------------------------------------------------------------------------------------------------------
Learn more about the SAP Support user and program here.
View Entire Topic
sonalika_porwal
Participant
0 Kudos

To enable the required of input you need to set the required property as true:

<Input required="true" value="Some string" />