-
Notifications
You must be signed in to change notification settings - Fork 195
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
Send UX: Too long input placeholder is being cut off #1517
Comments
Yeah, but I don't think this is a common or learned UX pattern we should use. If you want to "hide" hint-texts usually people use some sort of "i"-icon with a hover, but I don't think we currently need that. A clear text below an input does the job. What do you think? The |
Can you post a screenshot of how that would look? |
I feel in the case of placeholder text, we can indicate the user for action i.e. "Paste here...". Like below-attached screenshot. What do you think? @escapedcat I opened a PR #1591, with this change |
/cc @dvoroneca |
What do you think of this?
|
I'm okay with the empty field, to me that seems fine. I don't feel like every field needs to have a placeholder. |
Okay. I have updated PR #1591 with this change & test |
fix: input placeholder got cut (send) #1517
# By escapedcat (9) and others # Via GitHub (13) and René Aaron (1) * master: fix: bump version to v1.18.0 Nostr integration (#1440) fix(connectors): lnbits - avoid balance with decimal places refactor: clean up non-async usage refactor: clean up non-async usage refactor: clean up non-async usage refactor: remove redundent code New build message fix(connectors): lnbits incoming payments shows outgoing ones as well #1634 style: prettier Translated using Weblate (Portuguese (Brazil)) chore: relax node version dependency refactor(connectors): lnd incoming tx order #1625 fix(connectors): lndhub incoming tx order #1625 Update i18next-browser-languagedetector to version 6.1.8 fix: input placeholder got cut (send) #1517 Update i18next to version 21.10.0 Update all development Yarn dependencies (2022-10-15) fix(lnurlpay): disable input fields buttons #1572 fix: truncate account title # Conflicts: # src/extension/background-script/router.ts # src/extension/content-script/onend.js
Describe the bug
Text in Portuguese is cut on send field
Screenshots
To Reproduce
Steps to reproduce the behavior:
Expected behavior
See all the text or on mouseover see all the text.
@escapedcat comment:
Hint can be added via input-prop
Alby information
The text was updated successfully, but these errors were encountered: