+ 2

Help me with this?

how to hide this <input type="text" />

25th Apr 2018, 7:29 PM
Akash
5 Respostas
+ 3
ah or you mean this <input type="hidden" value="">
25th Apr 2018, 8:23 PM
Stefanoo
Stefanoo - avatar
+ 3
if i understand you right you can do it with css input { display: none; }
25th Apr 2018, 7:35 PM
Stefanoo
Stefanoo - avatar
+ 3
you can use css inside html or direct in the element like this <input type="text" style="display: none;" />
25th Apr 2018, 8:18 PM
Stefanoo
Stefanoo - avatar
+ 2
<input type="text" hidden>
25th Apr 2018, 8:43 PM
Toni Isotalo
Toni Isotalo - avatar
+ 1
not css inside the html code
25th Apr 2018, 7:36 PM
Akash