David Cantu

Results 4 issues of David Cantu

Im trying to do this ```js await jsonApi.update("match", { id: this.match.id, date: date, homeTeam: { id: homeTeam.id }, visitTeam: { id: visitTeam.id }, tournament: { id: tournament.id } }); ```...

### Describe the bug Im trying to type my `uischema` object using the specified type in the uischema prop `UISchemaElement` ![Screenshot 2023-03-07 at 22 26 05](https://user-images.githubusercontent.com/32658690/223619719-2bb054b7-efd4-4d33-8c5c-72f57f375ad1.png) ### Expected behavior I...

enhancement
core

Is there any plans for Internationalization support specifically for the `title-case` package? I could work of this if you don't have time. Basically I need the same title-case rules to...

Hi there this library looks pretty cool, does this support other languages like Spanish or Portuguese specifically for the title case function ? I don’t see anything about internationalization on...