-
Notifications
You must be signed in to change notification settings - Fork 196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] I shouldn't be able to edit fields like description after I click on Create invoice button #1659
Labels
Comments
As suggested we should use the same approach as in "Send" using a fieldset to disable inputs. |
escapedcat
added
enhancement
New feature or request
good first issue
Good for newcomers
hacktoberfest
labels
Oct 24, 2022
vaibhavgarg237
added a commit
to vaibhavgarg237/lightning-browser-extension
that referenced
this issue
Oct 25, 2022
3 tasks
vaibhavgarg237
added a commit
to vaibhavgarg237/lightning-browser-extension
that referenced
this issue
Oct 27, 2022
bumi
pushed a commit
that referenced
this issue
Oct 27, 2022
bumi
added a commit
that referenced
this issue
Nov 1, 2022
…nnector # By Lisa Oppermann (15) and others # Via GitHub (22) and others * feature/generic-webln-request: (58 commits) feat: add generic request method to webln fix: publisher link on AllowanceView Translated using Weblate (Italian) Update all development Yarn dependencies (2022-10-29) fix: align reject/close function params fix: navigate on send Update dayjs to version 1.11.6 fix: disable input fields on Create Invoice #1659 (#1668) Update react-i18next to version 12.0.0 Push buttons to bottom in Send and Receive Screens (#1672) refactor(lnurl): getDetails - avoid typecasting (#1545) style: prettier Translated using Weblate (Italian) Update tailwindcss to version 3.2.1 style: prettier Translated using Weblate (Portuguese (Brazil)) style: prettier Translated using Weblate (Italian) Translated using Weblate (Swedish) fix: remove response and additional error message ... # Conflicts: # yarn.lock
bumi
added a commit
that referenced
this issue
Nov 1, 2022
# By Lisa Oppermann (15) and others # Via GitHub (22) and others * master: (57 commits) fix: publisher link on AllowanceView Translated using Weblate (Italian) Update all development Yarn dependencies (2022-10-29) fix: align reject/close function params fix: navigate on send Update dayjs to version 1.11.6 fix: disable input fields on Create Invoice #1659 (#1668) Update react-i18next to version 12.0.0 Push buttons to bottom in Send and Receive Screens (#1672) refactor(lnurl): getDetails - avoid typecasting (#1545) style: prettier Translated using Weblate (Italian) Update tailwindcss to version 3.2.1 style: prettier Translated using Weblate (Portuguese (Brazil)) style: prettier Translated using Weblate (Italian) Translated using Weblate (Swedish) fix: remove response and additional error message fix: use math floor everywhere ... # Conflicts: # yarn.lock
bumi
added a commit
that referenced
this issue
Nov 5, 2022
# By Lisa Oppermann (15) and others # Via GitHub (35) and escapedcat (1) * master: (75 commits) fix: remove runcitadel sdk dependency (#1681) chore(deps): update puppeteer to v19 revert(deps): puppeteer and fake-indexdb Update fake-indexeddb to version 4.0.0 Update @types/chrome to version 0.0.200 Update puppeteer to version 19.2.0 fix: publisher link on AllowanceView Translated using Weblate (Italian) Update all development Yarn dependencies (2022-10-29) chore: remove showcases chore: remove topup app fix: align reject/close function params fix: navigate on send Update dayjs to version 1.11.6 fix: disable input fields on Create Invoice #1659 (#1668) Update react-i18next to version 12.0.0 Push buttons to bottom in Send and Receive Screens (#1672) refactor(lnurl): getDetails - avoid typecasting (#1545) style: prettier Translated using Weblate (Italian) ...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Describe the bug
I'm able to edit fields like description after I click on Create invoice button. I reproduced the problem when I experienced a slow time to generate the invoice.
It's the same bug resolved by this: #1572
Steps To Reproduce
Obs. To reproduce, the generate invoice needs to be slow. This sometimes happens.
Expected behavior
The field description should be disabled after click on Create Invoice button
Alby information
Alby version: 1.18
The text was updated successfully, but these errors were encountered: