Mobile Navigation pull down stays active after selection has been made.
I would like…
Navigation pull down menu to disappear after selection has been made by the user.
`<staging:8080>/`
Mobile Navigation pull down stays active after selection has been made.
I would like...
* Navigation pull down menu to disappear after selection has been made by the user.
This used a css trick that looked at the state of the checkbox and since pages don’t actually load in our app, the checkbox needs to be unchecked by the user.
I now set the checkbox to unchecked anytime a nav link is clicked.
This used a css trick that looked at the state of the checkbox and since pages don't actually load in our app, the checkbox needs to be unchecked by the user.
I now set the checkbox to unchecked anytime a nav link is clicked.
<staging:8080>/Mobile Navigation pull down stays active after selection has been made.
I would like…
This used a css trick that looked at the state of the checkbox and since pages don’t actually load in our app, the checkbox needs to be unchecked by the user.
I now set the checkbox to unchecked anytime a nav link is clicked.