Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DsfrDataTable: <caption> est visible même si la propriété no-caption est à true #992

Closed
paulelian-tabarant opened this issue Dec 11, 2024 · 2 comments
Assignees
Labels

Comments

@paulelian-tabarant
Copy link

Version des dépendances

    "@gouvfr/dsfr": "1.13.0",
    "@gouvminint/vue-dsfr": "7.1.1",

Description du problème

En effectuant le rendu d'une DsfrDataTable comme suit

        <DsfrDataTable
          title="Sélection de l'entité à affecter à l'utilisateur"
          no-caption
          ...
        >

, le texte passé en title s'affiche tout de même à l'écran.

image

Comportement attendu

<caption> est présente dans le DOM avec le titre mentionné, mais n'est pas visible à l'écran.

@laruiss
Copy link
Collaborator

laruiss commented Dec 18, 2024

Corrigé, sera dans la prochaine release.

@laruiss laruiss self-assigned this Dec 18, 2024
@laruiss laruiss added the bug Anomalie label Dec 18, 2024
Copy link

🎉 This issue has been resolved in version 7.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants