5,941 questions
1
vote
3
answers
45
views
CSS Toggle stopping halfway to the right so it's not covering the icon
I am making a theme toggle switch but when i click on the toggle button, it's not reaching the right end making some part of the icon visible. The left side is okay so it's only the right side.
I have ...
1
vote
1
answer
44
views
How to change toggle for some words in a string
I am tidying up my Ancestry tree, and have access to the SQL using SQLite.
I would like to standardize the descriptions I have for their census information.
For example I have
Relationship: Wife. ...
0
votes
1
answer
59
views
Buttons And Drop-Down Using Same Show/Hide jQuery With Conflicting Results - How To Mediate Issue
https://codepen.io/wammygiveaway/pen/VYwrRwG
What you are seeing is a jQuery version of a show-hide toggle created by user Kurt in response to a question from user1575698 on toggling multiple IDs. ...
1
vote
0
answers
77
views
Instantly switch between light and dark mode with Google Maps JS API using mapID
I previously used darkmode.addEventListener('change', ({ matches }) => map.setOptions({ styles: matches ? darkmodeStyles : null })); which worked great! But since Google Maps is deprecating google....
0
votes
1
answer
41
views
Custom Dropdown Remains Selected Even After Clicking Clear Button
I am building a custom dropdown menu using JavaScript and CSS, and I want the clear button to reset the selection. However, even after clicking the clear button, the dropdown remains selected, and the ...
2
votes
1
answer
45
views
Unable to create a toggle for gridlines on MatplotLib Python
I've been trying to make a toggle button to turn on and off the gridlines on my graph every time it's clicked. I understand how the toggle works as I was able to do it for some lines being animated ...
0
votes
1
answer
32
views
Angular Material 3 change slider toggle colors
Changes from material 2 to 3 breaked a lot of customized color changes.
I know that the main idea in material is to use themes, but I don't want to use a complex configuration to simply change an ...
-1
votes
1
answer
35
views
return event on second toggle
I have a burgermenu with an overlay using toggle to activate the overlay (upper right):
https://pitchlab.net/
I used JS to rotate the burgermenu on toggle... the overlay/menu slides down .but i cant ...
-1
votes
1
answer
80
views
Issues updating an element inside a struct within an array using a toggle in swiftui
Hi I'm a beginner coder in Swift and SwiftUI so I'm pretty sure this problem is due to a fundamental misunderstanding of what I'm doing. I'm trying to use a toggle to update a bool element of a struct ...
-1
votes
3
answers
161
views
How to show the number of toggles selected
I'm creating a list of toggles independent of each other. After the user selects all the relevant toggles, I like to create a button that add up the number of toggles selected.
I also like to assign a ...
0
votes
2
answers
64
views
LottieSwitch height
Im trying to place LottieSwitches on top of each other in a VStack with SwiftUI and it's leaving a larger vertical gap between the switches. Using .frame(height: XX) is correctly changing the height ...
1
vote
0
answers
140
views
Unable to setup PIRANHA BY UBER to remove stale code in my demo application
I am trying to setup PIRANHA BY UBER on my local for a demo java (Java 8) application. I am not able to perform a remove the stale code by building it.
Demo Application:
@Controller
public class ...
0
votes
1
answer
23
views
addEventListener in a keyboard button project
I have a mini project about a keyboard, I want to know how I can add the addEventListener in my JavaScript code to if I press a key in my own keyboard, show that button in my project and change the ...
0
votes
1
answer
278
views
Toggle Toolbar in Jupyter Notebook
I would like to toggle the toolbar in Jupyter Notebook (version 7.2.2). I know this function was present back in the day but now in the View menu there is only "Toggle Zen Mode".
Is there a ...
0
votes
0
answers
25
views
toggle button status is not changing
{
dataField: activationStates.active,
text: "Active",
formatter: (cell, row, rowIndex) => {
const toggleId = `active-status-toggle-${rowIndex + 1}`;
...