Text Fields
This is a playground to test your skills on various text fields. ( Powered by codekru 😛 )
Now, A text field can have many properties
- It can be of type "input" without a placeholder
- It can with a placeholder
- It can be a "textarea"
- It can be an "uneditable" field
- It can be a "disabled" field
- It can be a "hidden" field
Note: We have also added a duplicate field(#6) which has the same properties as field #1