We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
https://codesandbox.io/s/81zlw4n76l
use MdDatepicker when this.$material.locale is set to { startYear: 1900, endYear: 2099, dateFormat: "DD-MM-YYYY", days: [ "Pazar", "Pazartesi", "Salı", "Çarşamba", "Perşembe", "Cuma", "Cumartesi" ], shortDays: ["Pz", "Pzt", "Sal", "Çar", "Per", "Cum", "Cmt"], shorterDays: ["Pa", "Pt", "Sa", "Ça", "Pe", "Cu", "Ct"], months: [ "Ocak", "Şubat", "Mart", "Nisan", "Mayıs", "Haziran", "Temmuz", "Ağustos", "Eylül", "Ekim", "Kasım", "Aralık" ], shortMonths: [ "Oca", "Şub", "Mar", "Nis", "May", "Haz", "Tem", "Ağu", "Eyl", "Eki", "Kas", "Ara" ], shorterMonths: [ "O", "Ş", "M", "N", "M", "H", "T", "Ag", "Ey", "Ek", "K", "Ar" ], firstDayOfAWeek: 1 }
{ startYear: 1900, endYear: 2099, dateFormat: "DD-MM-YYYY", days: [ "Pazar", "Pazartesi", "Salı", "Çarşamba", "Perşembe", "Cuma", "Cumartesi" ], shortDays: ["Pz", "Pzt", "Sal", "Çar", "Per", "Cum", "Cmt"], shorterDays: ["Pa", "Pt", "Sa", "Ça", "Pe", "Cu", "Ct"], months: [ "Ocak", "Şubat", "Mart", "Nisan", "Mayıs", "Haziran", "Temmuz", "Ağustos", "Eylül", "Ekim", "Kasım", "Aralık" ], shortMonths: [ "Oca", "Şub", "Mar", "Nis", "May", "Haz", "Tem", "Ağu", "Eyl", "Eki", "Kas", "Ara" ], shorterMonths: [ "O", "Ş", "M", "N", "M", "H", "T", "Ag", "Ey", "Ek", "K", "Ar" ], firstDayOfAWeek: 1 }
set v-model to any variable.
click a date that its day number is greater than 12.
observe date is setting in the input correctly.
click a date that its day number is less than 12.
observe freeze
I dont think it matters but it happens on chrome last stable version.
When clicked the date that its day number is less than 12 input updating without a problem or freeze
Browser freezes and nothing happens
The text was updated successfully, but these errors were encountered:
duplicated. #1689
Sorry, something went wrong.
Yea it seems its fixed in dev branch but i cant take a build becouse i'm on windows.
No branches or pull requests
Reproduction Link
https://codesandbox.io/s/81zlw4n76l
Steps to reproduce
use MdDatepicker when this.$material.locale is set to
{ startYear: 1900, endYear: 2099, dateFormat: "DD-MM-YYYY", days: [ "Pazar", "Pazartesi", "Salı", "Çarşamba", "Perşembe", "Cuma", "Cumartesi" ], shortDays: ["Pz", "Pzt", "Sal", "Çar", "Per", "Cum", "Cmt"], shorterDays: ["Pa", "Pt", "Sa", "Ça", "Pe", "Cu", "Ct"], months: [ "Ocak", "Şubat", "Mart", "Nisan", "Mayıs", "Haziran", "Temmuz", "Ağustos", "Eylül", "Ekim", "Kasım", "Aralık" ], shortMonths: [ "Oca", "Şub", "Mar", "Nis", "May", "Haz", "Tem", "Ağu", "Eyl", "Eki", "Kas", "Ara" ], shorterMonths: [ "O", "Ş", "M", "N", "M", "H", "T", "Ag", "Ey", "Ek", "K", "Ar" ], firstDayOfAWeek: 1 }
set v-model to any variable.
click a date that its day number is greater than 12.
observe date is setting in the input correctly.
click a date that its day number is less than 12.
observe freeze
Which browser?
I dont think it matters but it happens on chrome last stable version.
What is expected?
When clicked the date that its day number is less than 12 input updating without a problem or freeze
What is actually happening?
Browser freezes and nothing happens
The text was updated successfully, but these errors were encountered: