Skip to content

Conversation

@pjbeaugendre
Copy link
Contributor

New design and feature for progressBar component Client & Prospect

#1552

image

className={["af-progress-bar", className].filter(Boolean).join(" ")}
{...props}
/>
{Boolean(percentage) && <span>{props.value} %</span>}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cette information ne sera t-elle pas lue en double avec le progress par les lecteurs d'écran ?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

C'est fort probable.
Il faut tester pour s'en assurer et voir aussi le comportement dans le cas où on affiche le pourcentage et que l'on définit un label (le label est un texte caché qui permet d'être lu par les lecteurs d'écran dans ce composant)

className={["af-progress-bar", className].filter(Boolean).join(" ")}
{...props}
/>
{Boolean(percentage) && <span>{props.value} %</span>}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

C'est fort probable.
Il faut tester pour s'en assurer et voir aussi le comportement dans le cas où on affiche le pourcentage et que l'on définit un label (le label est un texte caché qui permet d'être lu par les lecteurs d'écran dans ce composant)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Prospect][Client] Progress Bar Evolution

4 participants