Paweł Błaszczyk

Results 6 comments of Paweł Błaszczyk

I found this line in the code and it seems to be responsible for this problem: https://github.com/solidjs/solid-start/blob/main/packages/start/data/createRouteAction.tsx#L179 I've got an idea what it's responsible for in standard createRouteAction. Though I'm...

That'd be like ultra bad for accessibility 😃 You should probably use popover instead of hover card if you want to put a form inside

There is an option to provide alternate types based on TypeScript version - https://www.typescriptlang.org/docs/handbook/declaration-files/publishing.html#version-selection-with-typesversions

I think you should return current values from action in such case and update the default value 😃

> Thanks for the input here @karlhorky and putting all the pieces together. I have seen that this matches the native browser more closely, so I see the incentive for...