Input Box with Character Counter in React
There is requirement of having Character Counter Feature on Input Fields or Text Boxes.
Therefore, my strategy is to develop a higher order component that can accept any text box or input field.
This HOC accepts a children, charLimit, count and optio...
mimansha-swarup.hashnode.dev2 min read