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

DatePicker fix hint padding #3781

Merged
merged 1 commit into from
Sep 26, 2024
Merged

Conversation

4dr1en
Copy link
Contributor

@4dr1en 4dr1en commented Sep 26, 2024

fix du padding supérieur du date picker

Playground

<script setup lang="ts">

import DatePicker from '@/patterns/DatePicker/DatePicker.vue';
import { ref } from 'vue';

const date = ref('11/11/2021');
</script>

<template>
  <div>
	<DatePicker v-model="date" />
  </div>
</template>

<style lang="scss" scoped></style>

Type de changement

  • Correction de bug

Checklist

  • Ma Pull Request pointe vers la bonne branche
  • Mon code suit le style de code du projet
  • J'ai effectué une review de mon propre code
  • J'ai commenté mon code, en particulier dans les parties difficiles à comprendre
  • J'ai apporté les modifications correspondantes à la documentation
  • Mes modifications ne génèrent aucun nouveau warning
  • J'ai ajouté des tests qui prouvent que mon correctif est efficace ou que ma fonctionnalité fonctionne
  • Les tests unitaires passent localement avec mes modifications
  • J'ai mis à jour le fichier Changelog

@4dr1en 4dr1en self-assigned this Sep 26, 2024
@DavidFyon
Copy link
Contributor

@4dr1en tu as checké quand il y a plusieurs messages d'erreur/warning ?

@DavidFyon DavidFyon merged commit 024e3fd into v2-bridge Sep 26, 2024
2 checks passed
@DavidFyon DavidFyon deleted the fix/DatePicker-hint-padding branch September 26, 2024 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants