[tailwindcss] autofill 텍스트 색상 조작

nearworld·2022년 12월 6일
0

css

목록 보기
1/2
<input 
	type='text' 
	autoComplete='on'
	className='text-pickstar' // 자동 완성기능으로 입력된 텍스트는 컬러 조작이 먹히질 않음.
/>

해결책: tailwindcss-text-fill npm 모듈 사용
npm 모듈 링크: tailwindcss-text-fill

profile
깃허브: https://github.com/nearworld

0개의 댓글