Alex Schrimpf

Results 1 comments of Alex Schrimpf
trafficstars

Here is my solution which works with both outlined and standard text fields (padding for filled is wonky): ```tsx ``` ```tsx import React, { useState, useCallback, useRef, useEffect } from...