Input fiat value form appears only after you populate the amount input
See original GitHub issueDescribe the bug
When you’re trying to send from an internal wallet, in order for input-group-text fiat-value-edit-input
to appear, you first need to add a numeric value in the amount field.
This user-workflow is a bit weird and we can’t assume that user would expect that.
To Reproduce Steps to reproduce the behavior:
- Go to Wallet > Send
- See Amount field (no fiat input)
- Enter a a numeric value in the amount
- Fiat form populates
- Delete randomly added number
- Input again the value you want to send.
Expected behavior The fiat field should be visible, and if I may suggest it should be somehow clearer that it can be populated.
Screenshots
Your BTCPay Environment (please complete the following information):
- BTCPay Server Version [available in the right bottom corner of footer] : v1.0.5.8
- Deployment Method: [e.g. Docker, Manual, Third-Party-hoist] Docker
- Browser [e.g. chrome, safari] Firefox
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
How can I populate a form with an @Input() value that is of ...
I think patchValue is what you're after. It's a method you'll find on your FormGroup . As an example... ngOnInit(){ // ... myForm....
Read more >How to use input fields that automatically get a value while ...
In my experience, I've seen forms like this where the discount is another added line item (as if it were another product).
Read more >Web Form Filling Populate text field does not upda...
I am using web form filling to populate a web form, element extract is below: The element has been selected correctly, when I...
Read more >Introducing markdown extensions for form input
tl;dr A few years ago, i created some extensions for markdown - specifically for collecting user input. Scroll to the bottom for an...
Read more >React Forms
Handling forms is about how you handle the data when it changes value or gets submitted. In HTML, form data is usually handled...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Mind if I take this one on?
👍 That’s the route I was going.