Skip to content

Commit

Permalink
[INTERNAL] sap.m.Input: Enhance valueHelpOnly documentation
Browse files Browse the repository at this point in the history
Change-Id: I12c674127fa92fda5327fb32bc8f0565edd568a6
BCP: DINC0061040
  • Loading branch information
Elena Stoyanova committed Feb 9, 2024
1 parent d5e556b commit db548d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sap.m/src/sap/m/Input.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ function(
* <strong>Note:</strong> The property is deprecated, as it creates unnecessary usability and accessibility restrictions. The decision to deprecate it is based on the fact that it serves no purpose to have an input field where the user cannot type.
* This property restricts even the paste functionality, which can be useful, e.g. the needed info is already in the clipboard.
* If the user's input needs to match specific predefined values, the application should validate the input against the set of values and provide feedback to the user or use other mechanism for selection, where freestyle input is not allowed by design (Select, SelectDialog, etc).
* <strong>Note:</strong> Please note that there is no direct replacement for this property.
* @since 1.21.0
* @deprecated As of version 1.119 The property valueHelpOnly should not be used anymore
*/
Expand Down

0 comments on commit db548d6

Please sign in to comment.