카테고리 없음

Daisyui input focus시 ring 없애는 코드

maggieH 2023. 7. 18. 10:08
          <input
            type="text"
            placeholder={el.placeholder}
            name={el.name}
            className="input input-primary w-full h-full absolute top-0 left-0 ring-0 focus:ring-0 shadow-none focus:shadow-none focus:outline-none border-none focus:border-none"
            onChange={(e) => {
			console.log(e.target)
            }
           />

참조: 
https://daisyui.com/docs/customize/

저작자표시 비영리 변경금지 (새창열림)