Hi all,
i have ip address field input , e.g
<input id="ip" type="text"></input>
and it show as below:
can the input element like this ? BTW, <input id="ip" type="number"></input> is not work.
<input id="ip" type="number"></input>