Tai Vo

Results 14 issues of Tai Vo

Is there a way to call a function that validates the model as a whole instead of individual attributes. This would allow more flexible validation of relationship among attributes instead...

Hi, It took me a bit of time to verify the swipe or scroll math in `index.html` before using it in my code. If I understand the formula correctly, you're...

Is there a way to call a function that validates the model as a whole instead of individual attributes. This would allow more flexible validation of relationship among attributes instead...

Using a new branch as PR source so you have time to review and I can move forward with potentially breaking changes.

### What's not working? My specific usecase is DiscourseConnect (have the redwood app handle authentication for the discourse forum). Discourse would redirect to a predefined route in the redwood app,...

topic/router-&-navigation
bug/needs-info
p3

### What's not working? The `setValueAs` prop does not get triggered for SelectField (but works fine for TextField) ``` validation={{ setValueAs: (v) => { console.log('setValueAs is called') return v }...

bug/needs-info

The documentation at https://react.daisyui.com/?path=/story/utils-theme--default refers to the ThemeItem tag but it doesn't look like it's exported for external use.