vertical support?
See original GitHub issueI’ve been trying to create a nouislider with a vertical orientation, but the handles seem to be stuck at 0. My config looks like:
someRange=[5,95];
sideSlideConfig = {
connect: true,
start: [5,95],
range: {
min: 0,
max: 100
},
pips: {
mode: 'steps',
stepped: true,
density: 2,
values: 100
},
orientation: 'vertical'
};
<nouislider [config]="sideSlideConfig" [(ngModel)]="someRange"></nouislider>
Issue Analytics
- State:
- Created 7 years ago
- Reactions:6
- Comments:5
Top Results From Across the Web
How to Access Vertical Communications Service and Support
Vertical Customer and End User Service and Support ; Call Us. 1-877-837-8422 ; Email Us. service@vertical.com ; Escalate Service. Click to Escalate.
Read more >What is Vertical Support? - Direct LED Frames
A vertical suppot bar is a supoprt bar that goes inside the frame vertically from the top to bottom for support.
Read more >Vertical Support, Usually Decorative Pillar - Under the Sea ...
The answer and solution for: "Vertical Support, Usually Decorative Pillar" found on Puzzle 2 Group 24 of Under the Sea pack of CodyPress....
Read more >A Vertical Support System
A "vertical supporting system" should be created which supports as many 3.5 inch cube wooden blocks as possible in one stack to the...
Read more >Vertical Support Raising
In Steve Shadrach's book (entitled The God Ask), he gives details about how a missionary raising support can be “spiritually healthy.” Shadrack says...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
To help other lost souls, specifically I had to set the height css attribute for class “noUi-vertical” to get this to work. Notably, setting the height css rule on the nouislider element itself didn’t work, feels like there should be some way in angular for that to work as such.
@vicatcu thank you! I had to set the .noUi-vertical height value in the top level global styles.css for this to work.