You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When user toggles/selects radio input the information displayed in 3/4th grid changes to match the filter applied and helps the user better find what they are looking for.
When user enters in a min value, max value, or both and clicks submit button the information in 3/4th grid changes to match the filter applied and helps the user better find what they are looking for.
When user toggles/selects checkbox input the information displayed in 3/4th grid changes to match the filter applied and helps the user better find what they are looking for.
When the user selects from the dropdown select group the information displayed in the 3/4th grid changes to match the filter applied and helps the user better find what they are looking for.
Planning
Skitch IT!
HTML
container
one "form" or many?
let's match those form input elements exactly!
Sassy Sass - SCSS
layout is key!
this includes sub element layout - maybe different than outer?
can we style those input toggles from above?
Are those borders or :before elements?
Colors oh colors!
JavaScript sweet JavaScript:
when I click things what happens?
how do I link my click to a filter of the api information meant to display?
can I click again to clear?
And the BIG DADDY OF THEM ALL...How do I handle selections in multiple forms?
The text was updated successfully, but these errors were encountered:
User Stories:
The text was updated successfully, but these errors were encountered: