Sometimes we need to disable user input in input Lov as there is requirement of selecting value only from Lov popup
By default af:inputListOfValues provides feature to select value from popup or type a value as input
To disable user input there is a property -EditMode
From Oracle Docs-
Set it's value to select
Happy Learning , Thanks :)
By default af:inputListOfValues provides feature to select value from popup or type a value as input
To disable user input there is a property -EditMode
From Oracle Docs-
editMode | String | Yes | Valid Values: input, select the mode that controls how the user specifies a value. This attribute is only applicable when the 'readOnly' attribute is set to false.
|
Set it's value to select
Happy Learning , Thanks :)