Jacopo Marrone
Jacopo Marrone
@clauderic I would open a PR for adding an example to the docs, but i cannot find the docs website in the repo so i'm blocked. Is private? --- **Raw...
In an educational test I'm doing for an internal state library similar to zustand, that use an API identical to `form.Subscribe`, i noticed a similar bug. I leave it here...
Repro: https://stackblitz.com/edit/tanstack-form-hapw5etq?file=src%2Findex.tsx How to reproduce: - edit the input of the default array item - note that whole array field (not the array item field) rerenders (blue border pulsing) -...
@crutchcorn `v1.27.4` fixes it. https://stackblitz.com/edit/tanstack-form-vubrj638?file=src%2Findex.tsx,src%2Fbugged.tsx,src%2Ffixed-1-27-4.tsx Thanks
**Temp Fix** Not tested on mobile, only desktop. ```scss // component - new branch - branch input .kui\:reset:has(> div:nth-child(1) > span.kui\:Text):has(> input:nth-child(2)[type=text]):has(> div:nth-child(3)[role=presentation]) { // wrapper & { display: flex;...
**Temp Fix** This doesn't add the requested feature (combobox), but reduce the real estate of radio groups by using multi column grid. Not tested on mobile, only desktop. ```scss //...