Fatih Altinok
Fatih Altinok
Thanks @hubertzub-db for the review, incorporated the changes and did a bit more error handling and put deletion of experiments into the experiment page.
@daniellok-db other PR is also up: https://github.com/mlflow/mlflow-website/pull/300
I'm also affected by this, using `Button` from `react-aria-components`. I'm surprised that the types allow adding an `aria-disabled` prop but it doesn't show up on DOM. I was implementing [this...
It may be possible to use contextual help to give the same information aria-disabled would provide, but I have to check with a screen reader first. Validation wouldn’t help though,...
I understand the confusion now, and I should've been more specific about the part I was referring to, there's [a section](https://css-tricks.com/making-disabled-buttons-more-inclusive/#aa-aria-to-the-rescue) that handles both incomplete and submitting states, and I...