Tiago
Tiago
When using the SelectRanges, is it possible to pre-define the startDate so the user only needs to pick the endDate? I've two inputs (start and end) separately and would like...
This appears to happen with latest versions of Vite (tried with Nuxt 3 RC8 and Vue 3) Essentially the wallet connects but after refreshing the page - sometimes immediately on...
Using Svelte Kit with HRM, is it possible to save the input values when we change anything on the code? ```ts const name = field('name', '', [required()]); // @hrm:keep doesn't...
### Describe the bug Essentially I'm having troubles get the data back in the inputs. ```ts const { form, data, setFields, reset, setData, setInitialValues, handleSubmit } = createForm({ initialValues: {...
Is it possible to keep the input of a form when we change something on the code around? Example... ``` if you change a word here, the form text will...
There's been a few days ago an update to make the wallet adapter compatible with any wallet that supports the Mobile Wallet Adapter protocol. https://twitter.com/steveluscher/status/1584948250251235328 https://twitter.com/steveluscher/status/1584948252419710977 Is it possible to...
Minor tweak to fix the modal fading.
I believe this issue is related to Vite itself... but have been trying several options including the settings available on the docs here and can't get Metaplex JS SDK to...