David Cantú Martínez
David Cantú Martínez
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`  ### Expected behavior I...
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...