Skip to content
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

fix(text-inputs): Character counter position #165

Merged
merged 1 commit into from
Aug 4, 2023

Conversation

apauchet
Copy link
Contributor

@apauchet apauchet commented Jul 21, 2023

Changes description πŸ§‘β€πŸ’»

Fix issue about character counter position in cas of null helperText
Add textInput sample to check the fix

Context πŸ€”

Closes Decathlon/vitamin-android#183

Checklist βœ…

  • Make sure you are requesting to pull a topic/feature/bugfix branch. Please, don't request directly from your main!
  • Check commits & PR names matches our requested structure. It must follow the https://www.conventionalcommits.org pattern.
  • Check compose contract convention. It must follow conventions described here.
  • Check your code additions will fail neither code linting checks.
  • I have reviewed the submitted code.
  • I have tested on a phone device/emulator.
  • I have tested on a tablet device/emulator.
  • I have tested on a large screen device/emulator.
  • If it includes design changes, please ask for a review design-system-core-team-design GitHub team.

Screenshots πŸ“Έ

Screenshot_20230721_151620

Other info πŸ‘‹

@dktbitrise
Copy link

Copy link
Contributor

@FDELAHA24 FDELAHA24 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we could add the case (counter wihtout helper text) into VitaminTextInputsPrimaryTest and regenerate the snapshot ?

@apauchet apauchet force-pushed the fix/character_counter_position branch 5 times, most recently from 38f9a8b to e7a8fab Compare August 4, 2023 14:47
@dktbitrise
Copy link

You can download the apk here :

@apauchet apauchet force-pushed the fix/character_counter_position branch from e7a8fab to 7bebcee Compare August 4, 2023 15:24
@apauchet apauchet force-pushed the fix/character_counter_position branch from 7bebcee to 48a08d8 Compare August 4, 2023 15:27
@sonarcloud
Copy link

sonarcloud bot commented Aug 4, 2023

Kudos, SonarCloud Quality Gate passed!Β  Β  Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

warning The version of Java (11.0.19) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17.
Read more here

@dktbitrise
Copy link

@ManonPolle ManonPolle merged commit 0da11ff into Decathlon:main Aug 4, 2023
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

bug: Text input counter on Android
4 participants