Textarea

Is there any better usable and mobile friendly solution for textarea input?

Is there any better usable and mobile friendly solution for textarea input?
  1. What can I use instead of textarea in HTML?
  2. How to take input from textarea in HTML?

What can I use instead of textarea in HTML?

Use, <div> with contenteditable attribute.

How to take input from textarea in HTML?

The <textarea> tag defines a multi-line text input control. The <textarea> element is often used in a form, to collect user inputs like comments or reviews. A text area can hold an unlimited number of characters, and the text renders in a fixed-width font (usually Courier).

Should a dropdown be marked required in it has a default value?
Can a mandatory field have default value?How do I show the default value in a dropdown?Would it make sense to specify a default value for a required ...
What to do when user is offline?
Why is my device offline?How do you know if a user is offline or not what API does the browser provide for that? Why is my device offline?If your de...
Bottom sheet on top of popup on mobile
What is persistent bottom sheet?What is modal bottom sheet?What is the difference between bottom sheet and modal bottom sheet?What is a bottom sheet ...