#something wrong with clear input

6 messages · Page 1 of 1 (latest)

torn knot
#
 <Input
              isRequired
              errorMessage="Please enter a valid name"
              label="Name"
              className=' max-w-xs '
              onValueChange={(value) => setName(value)}
              isClearable
              onClear={() => setName("")}
              labelPlacement="outside"
              value={name || undefined}
              variant='faded'
              name="name"
              placeholder="Enter your name"
              type="text"
            />
#

something wrong with clear input

#

same thing with textarea

wary musk
#

which version are you using?

torn knot
wary musk
#

can u try 2.6.13? there s sth changed in input for that