I am designing a form using bootstrap that has 3 states.
- The initial unfilled out state
- The focused state
- A filled out state (ex user types something in a text box)
I am currently having trouble differentiating states #1 and #3. Is this possible to do without javascript?