SAP / fundamental-ngx

Fundamental Library for Angular is SAP Design System Angular component library
https://sap.github.io/fundamental-ngx
Apache License 2.0
269 stars 129 forks source link

Platform table filter and sort - invalid value for aria-haspopup #12776

Open esporysz opened 9 hours ago

esporysz commented 9 hours ago

Is this a bug, enhancement, or feature request?

bug

Which versions of Angular and Fundamental Library for Angular are affected? Please, specify the exact version. (If this is a feature request, use current version.)

angular: 18.2.4 fundamental: 0.53.1-rc.23

If this is a bug, please provide steps for reproducing it; the exact components you are using;

  1. Crete some platform table with sorting and filtering. It may be copy of example from documentation.
  2. aria-haspopup="modal" for both buttons. There is no "modal" value according to the documentation
droshev commented 4 hours ago

@dpavlenishvili will your PR cover that?