make disabled a public property#13817
Conversation
|
|
in angular app, protected property won't be accessible Signed-off-by: I755229 <robert.isaac@sap.com>
|
Hello @robertIsaac from technical point of view, there is nothing wrong with the PR. However, there is design reasons not to provide this property publicly. This was requested multiple times in the past, but the SAP Design and Accessibility teams, (that produce the specs that we follow) rejected having disabled items for accessibility reasons. Few closed issues from the past
There is also one pending open request for the table, without progress @dobrinyonkov is there any new development on the topic with disabled items in general, or the old statements are still valid. |
in angular app, protected property aren't be accessible