Closed iamonuwa closed 4 years ago
@iamonuwa maybe fixes #229 ? :)
if you have some NFT of specified color,
AmountInput
component will render a select tag, with several options and blank placeholder:Please, refer Ant Design Documentation for Select and AmountInput around line 88 to address this issue
I can't reproduce this. Please me know which of the NFTs that does this
All of them :) You just need to have at least 1 token of selected color.
All of them :) You just need to have at least 1 token of selected color.
Is this issue reproducible from the /wallet page?
This is exactly the place, where I got that screenshot from.
This is exactly the place, where I got that screenshot from.
This is what I see
VOC is not NFT token.
Try anything below SDST
token in that dropdown
Technically VOC is also NFT (every ERC1948 is NFT afair). However, I think AmountInput renders to select box only for enumerable NFTs.
So it could be both select or text input for NFTs/NSTs
Technically VOC is also NFT (every ERC1948 is NFT afair)
Pretty sure VOC is ERC20 👇
@MaxStalker its displayed as NFT.
I am a bit confised about what we are discussing 🤪 @iamonuwa can you put a screenshot of the whole page how it renders for you with proposed changes?
I am a bit confised about what we are discussing 🤪 @iamonuwa can you put a screenshot of the whole page how it renders for you with proposed changes?
@MaxStalker you are right, ERC20 😅
Judging by that screenshot - you've picked VOC, which is ERC20 contract (which you can ensure if you go to registerToken and search for VOC - color 4, ERC20 token. That's why input in Transfer tokens section have 0 in it. I've deposited a single TING token to your address. Now, in order to reproduce the "bug" you will need:
Token id to transfer
Fixes #229