Saeed

Results 56 comments of Saeed

For rules with arguments we can use static methods Like: `Rule::unique($table, $column = 'NULL')` that already exists Laravel idea that you mentioned does not suggest in all cases, also it's...

Please check ".datepicker-wrapper" https://github.com/Saeed-Pooyanfar/ng-persian-datepicker/blob/master/src/styles.scss Also see new demo

You should check the global styles that causing this issue OR if you think this is package issue reproduce it with https://stackblitz.com/

Please read `README.md` : > Complete config reference: > > | Key | Type | Description | Example | > |-----------------------|---------|----------------------------------------------------------------------------------------------------------------------|-------------------------------------------------| > | dateInitValue | boolean | if no dateValue...

@RezaMakvandi You must upgrade `rxjs` to `^7.4`

It isn't possible with v4.1.0, But maybe i can add this new feature in next version!

@mohebbisaeed you should reset value of `IActiveDate` manually (i can't emit `null` to `(dateOnSelect)` beacuse it's a breaking change) but i will implement this feature in the next version and...

@mohebbisaeed try version `v6.1.1`

Hi `[dateIsGregorian]` is a simple flag that indicate value of date provided by `FormControl` is gregorian or not. With that, the lib can convert gregorian date to shamsi correctly. If...

> Thank you, I thought this property would turn the calendar into a Gregorian calendar.There is a way to do this? Your welcome! The lib doesn't design to be a...