File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ <h2>examples</h2>
3636 < jb-date-input label ="تاریخ شمسی با اعداد فارسی " input-type ="JALALI " use-persian-number
3737 message ="کارکتر های عددی تایپ شده و تقویم به صورت فارسی خواهند بود "> loading</ jb-date-input >
3838 </ div >
39- < div class ="component-wrapper rtl -dir ">
40- < jb-date-input label ="تاریخ شمسی راست به چپ " input-type ="JALALI " use-persian-number
41- message ="کارکتر های عددی تایپ شده و تقویم به صورت فارسی خواهند بود و چینش راست به چپ خواهد بود "> loading</ jb-date-input >
39+ < div class ="component-wrapper ltr -dir ">
40+ < jb-date-input label ="تاریخ شمسی چپ به راست " input-type ="JALALI " use-persian-number
41+ message ="کارکتر های عددی تایپ شده و تقویم به صورت فارسی خواهند بود و چینش چپ به راست واهد بود "> loading</ jb-date-input >
4242 </ div >
4343 < div class ="component-wrapper gregorian ">
4444 < jb-date-input label ="gregorian date " direction ="ltr " input-type ="GREGORIAN "> loading</ jb-date-input >
Original file line number Diff line number Diff line change 3939 --jb-date-input-calender-wrapper-border-radius : 0 ;
4040 --jb-calendar-arrow-button-border-radius : 0 ;
4141 }
42- .rtl -dir {
43- direction : rtl ;
42+ .ltr -dir {
43+ direction : ltr ;
4444 }
4545 .desc {
4646 margin-top : 16px ;
You can’t perform that action at this time.
0 commit comments