Chris Bee

Results 7 issues of Chris Bee

In my Google Chrome DevTools Extension I try to listen to the selections in the DevTools panel "Elements". In particular, it should be possible to listen to the selection of...

Hi! I created an Objective-C bridge header, imported the APAddressBook Pod and now I got the error message at the line `#import "APAddressBook.h"` in the `APAddressBook-Bridging.h` file: `'APAddressBook.h' file not...

Is there a way to import the library into Android Studio? Seems like gradle is added but I don't know the compile.

Does this work with React Native?

Such a cool component! Is there any chance to get it for Android as well?

enhancement

**Description** Currently, `onSubmitInvalid` is designed to be called only once, due to [this line of code](https://github.com/TanStack/form/blob/3e889183acd6d7d2b9acbb1e67a844ae33a2e19c/packages/form-core/src/FormApi.ts#L1026). This behavior limits flexibility for handling invalid form submissions, as it prevents custom logic...

enhancement

# Bug report ## Current behavior I have a setup where the items in one select depend on the value of another. After changing the first select's value, the dependent...

component: select
bug
has workaround