question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Input fiat value form appears only after you populate the amount input

See original GitHub issue

Describe 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:

  1. Go to Wallet > Send
  2. See Amount field (no fiat input)
  3. Enter a a numeric value in the amount
  4. Fiat form populates
  5. Delete randomly added number
  6. 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

BC775589-3F15-42D2-AA46-F4381D140E17

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:closed
  • Created 3 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
hibrosephcommented, Oct 27, 2020

Mind if I take this one on?

1reaction
hibrosephcommented, Oct 30, 2020

👍 That’s the route I was going.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found