How to configure a basic textbox like the login textbox characteristics

0
Hi, I am trying to mimic the characteristics of this loginIdTextBox in a basic text box. When the login textbox is active, the label moves into the corner and thats the action I would like to happen in a normal textbox. Ive tried copying the code found in the dev tools with no success.   Pictured are the loginIdTextBox & the code I found when inspecting and attempted: Any help would be greatly appreciated.    
asked
1 answers
1

Hey Jimmy!

There is a guide about how to achieve this, I havent tried it myself yet (will do in the near future).

https://medium.com/mendix/maxing-mendix-forms-ux-with-materials-ui-493583952451

Let me know if you can use this to rebuild this feature!

BTW, Maybe you should look into detail for more css, to help you, check the :before and :after Css AND also the hover/active states. This might give you more details in the css.

answered