-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(range): allow fractional steps #12153
Conversation
fixes ionic-team#9699 fixes ionic-team#11484 fixes ionic-team#11389 fixes ionic-team#11325 fixes ionic-team#11291 fixes ionic-team#10828 fixes ionic-team#11291 fixes ionic-team#10393 fixes ionic-team#10257 fixes ionic-team#9434 fixes ionic-team#8933 fixes ionic-team#7178 fixes ionic-team#7047 fixes ionic-team#10552 fixes ionic-team#10393 fixes ionic-team#10183 fixes ionic-team#10187 fixes ionic-team#10852 fixes ionic-team#11578
When `Tabs` are nested within each other, the highlight can get misaligned. This prevents that by ensuring the affected `.tab-highlight` is a direct child of the targeted `Tabs`.
…tabs * wip * wip * progress * wippy skippy * getting there * all tests passing except goBack * unit tests pass again boi * goBack tests pass * great success * the good stuff
…rds compatibility
* test(nav): add third page to nav/simple-nav * progress * workin' * updates * updates
additional nav change details
update app-scripts to 1.3.11, add npm 5 support
…n the short term support for named ion-nav/ion-tabs to improve url in the short term
…'_transitionFinish', provide no mark as not transitioning on success in addition to '_transitionFinish', provide note as to why we want it in both places
I like that, thanks! |
Ah, true, did not think of that ! Is it working well with your fractional step ? Because with the solution given in the two other issues, I stated that there was a kind of shaky behavior on the knob. Thanks, |
@PAFsec Yeah, this is not perfect, it "snaps fractional values even without snap" weirdly, but I think that is probably a small fix.. would love some team feedback on this |
Hello and thank you for contributing to Ionic! We have been working on porting all of the Ionic components to web components and have recently updated |
WIP, it works, but snaps fractional values even without snap.
Short description of what this resolves:
I want a range from 0.5 to 1.5 (step: 0.1), and while I can use an intermediate variable, with range 1-15, I can't use pin for that.
Changes proposed in this pull request:
Ionic Version: 3.x
Closes: #6812 #9098