Mario Santos
Mario Santos
**Describe the bug** `onOpen` doesn't trigger when the user tap on the text. **Expected behavior** `onOpen` should trigger when you tap anywhere inside the select area. **Screenshots** "n/a" **Additional details**...
Is there a way to show places and locations? Like when I type and Google Maps return the list of company names to chose from.
I'm using the publicProcedure as it is in the scaffold: ```typescript export const publicProcedure = j.procedure.use(databaseMiddleware); ``` And I have a route with some methods, between them I have this:...