Skip to content

Conversation

Amirkian2023
Copy link

Describe your changes

Fixed extra right padding on the datepicker input when clearable=false. The padding now only applies when clearable=true, so the input text uses the full width correctly.

Issue ticket number and link

Closes #1150

Checklist before requesting a review

  • I have performed a self-review of my code
  • I have ensured that unit tests pass without errors
  • If it is a new feature, I have added a new unit test

dev/serve.vue Outdated
<template>
<div class="wrapper">
<Datepicker v-model="selectedDate" placeholder="Select Date" />
<Datepicker v-model="selectedDate" placeholder="Select Date" />
Copy link

Choose a reason for hiding this comment

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

Why extra space? Seems unneeded.

Copy link
Author

Choose a reason for hiding this comment

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

Good catch, thanks! 🙌
I’ve remove space from dev/serve.vue.

@Amirkian2023 Amirkian2023 force-pushed the fix/clearable-padding branch from 1297718 to 7d618c2 Compare August 21, 2025 04:09
@Amirkian2023 Amirkian2023 force-pushed the fix/clearable-padding branch from 7d618c2 to 87808e6 Compare August 23, 2025 05:12
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.

Clearable date range has extra padding on the right
2 participants