-
-
Notifications
You must be signed in to change notification settings - Fork 317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code completion in ModalComponent #1813
Comments
@AdrianGonz97 given you're taking a look at the Modal store soon, I thought I might bring this to your attention. We've had similar requests in the past. If you think it's better to handle separately that's fine too. |
See also: #1188 |
@endigo9740 hi, as previously discussed I would like to take a shot at this issue as well - no promises tho since it seems like a much harder task than with Autocomplete ;) |
@HugeLetters go for it. I'll assign this to you now. Thanks for your continued help! |
In an effort to prepare for Skeleton v3, we're consolidate some related issues down to a single ticket. This will ensure that we can see the full context of requests when the time comes to refactor and update this feature going forward. If you wish to add additional feedback or suggestions, please so here: |
Describe the feature in detail (code, mocks, or screenshots encouraged)
We can provide code completion by using Typescript generics in
ModalComponent
:What type of pull request would this be?
Enhancement
Provide relevant links or additional information.
Code is taken from https://github.com/bryanmylee/svelte-render/blob/main/src/lib/createRender.ts
The text was updated successfully, but these errors were encountered: