All Questions
2 questions
0
votes
0
answers
311
views
Limiting max allowed length of input in the <div></div> element
I would like to limit the max length of the possible input in a div element (it is a search box) to a specific value (ex., 256). However, it seems that there's no such property on the div elements, ...
0
votes
3
answers
1k
views
How to display maxlength of input as user starts typing?
The input field of my website looks like this:(click here to view image)
It's code in jsx file looks like this:
render: function () {
return (
<form id="addcourse" role="...