I-K(***)Y

Results 16 comments of I-K(***)Y

> > How to disable touch (finger) sliding. > > I'm about to slide them only through the controller. > > options: CarouselOptions( scrollPhysics: const NeverScrollableScrollPhysics(), // 禁止滑动 ), Thanks...

> Hi, @ibrahimkelly > > You can now use `disableGesture` property to achieve your desired action. You can do that via my [fork](https://pub.dev/packages/carousel_slider_plus). Does the page index is simple to...

> Hello @ibrahimkelly and @yacouba01. Can you confirm your Heroku CLI versions with `heroku -v`? Thanks! heroku/8.11.5 win32-x64 node-v16.20.2

> @ibrahimkelly I was able to confirm that this regression was introduced in 8.11.3 due to updates to one of our dependencies. I will create a bug ticket to fix...

> [GUS Work Item](https://gus.lightning.force.com/a07EE00001qW9SlYAK) for tracking (Heroku internal). It this for us? I tried to login but I have no account in such platform, also don't see where to create...

Resolved in the latest release. Make `npm i primeng@latest` or update prime ng version in `package.json` so `npm i`. From chrome From Edge

> I want to get the original value for we do the action maxFractionDigits in [p-inputNumber] > Example: > original value: 89.931334923; > maxFractionDigits=2 => new value is 89.93. >...

Check the format of your date, ensure that the date format remain the same when changed. Thanks

> Is it the new changeDetection change in angular or is the issue from package side? > Because I remember seeing this issue in previous versions. > Also, not using...

> > Also compiling for sdk 34... Getting the same error > > [flutter/flutter#153281 (comment)](https://github.com/flutter/flutter/issues/153281#issuecomment-2292201697) > > This worked for me you can see i added this in my project...