-
So calling setState to clear the input value or using pure JS to clear does not clearn input value
link to [video](https://www.loom.com/share/49296c7c5c1f44169ee9f89e138e7df3)
-
```javascript
import type { AppProps } from 'next/app'
import { MoralisProvider } from "react-moralis"
import { NotificationProvider } from "web3uikit"
import "../styles/globals.css"
functi…
-
We need to expose the current todo list back to the Parent component
-
Right now if I have the following:
```
```
However I've added my server URL and appId, it still tries to have me do moralis authentication. Am I using the `moralisAuth` wrong?
It says:
…
-
Imagine a list of countries as values inside of a dropdown selection.
Make it possible that users type with keyboard to search/filter the values so we have nice UX
-
`` component should have a pointer cursor type
Y0moo updated
2 years ago
-
Web3uiKit needs a nice to do list maker.
Features from the design:
- button is disabled when the input is empty
- input has no placeholder but has a label, this label could be from the to do list…
-
Hello team, I am trying to run a "hello world" project importing components from the library, but getting an error
Steps to reproduce:
```
git clone git@github.com:7flash/web3ui-hello-world.git
…
-
Icons to add:
- dapp
- speedyNode
- web3api
- atomicApi
Y0moo updated
2 years ago
-
When Modal content is big its exceeding view height.
Please make it scrollable.