Hadi Ahmadi

Results 132 issues of Hadi Ahmadi

We can use $$Events same as $$Props and support all native events (only if using forwardEvents). ```svelte .... type $$Events = NativeEvents & { changed: CustomEvent }; .... ```

core

we can add `create` prop and `on:create` event, and use TomSelect's create option

Autocomplete

Please share your ideas and useful links in comments of this issue.

enhancement

one useful thing that only DOM elements supports is: [actions](https://svelte.dev/tutorial/actions) sometimes we need to use actions for components (for example forwardEvents). SMUI supports this using [use](https://github.com/hperrin/svelte-material-ui/blob/8ce62e9a0ca6759ccd4ef91cbfd29ed6fd3ce57b/packages/badge/src/Badge.svelte#L31) prop. we can write...

preprocessor

for this code we have error: ```svelte Hello ``` ``` Element with a slot='...' attribute must be a child of a component or a descendant of a custom element ```...

@pournasserian Here are list of issues that I found: #333 #334 #335 #336 #337 #338 #339 #340 #341 #342 #344 #345 #346 #347