Search
 
SCRIPT & CODE EXAMPLE
 

CSS

input uppercase with css

input { 
    text-transform: uppercase;
}
Comment

input uppercase with css

<input oninput="let p = this.selectionStart; this.value = this.value.toUpperCase();this.setSelectionRange(p, p);" />
Comment

PREVIOUS NEXT
Code Example
Css :: add icon to input field 
Css :: css hover but no click 
Css :: @supports css 
Css :: html css make p div into two lines 
Css :: difference between :after and ::after 
Css :: css good background color 
Css :: css add space left 
Css :: image responsive css 
Css :: importing scss into vue component 
Css :: html table scrollable body fixed header 
Css :: padding in one line 
Css :: css square image 
Css :: how to use css transform matrix 
Css :: how to create multicolor text in css 
Css :: make input invisible but clickable css 
Css :: Add Very Subtle Drop Shadow (CSS) To Element (HTML) 
Css :: css z index 
Css :: free computer screen recording software 
Css :: add notification in css 
Css :: z index 
Css :: css table size 
Css :: add expanding underline on page load css 
Css :: Trimming One Line with CSS 
Css :: Add border to text - Css 
Css :: conic gradient in css 
Css :: css background image not working 
Css :: css hover change another element 
Css :: change image color in bootstrap card on hover css 
Css :: css border styles 
Css :: Capitalise all first letters of words in a sentence with css 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =