-
Notifications
You must be signed in to change notification settings - Fork 2
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
[BUGFIX] Le PixSearchInput
est sujet à des suppressions de caractères (PIX-11403)
#550
Conversation
Une fois l'application déployée, elle sera accessible à cette adresse https://ui-pr550.review.pix.fr |
bf9805a
to
cb9d68a
Compare
@debounceTimeInMs='0' | ||
@triggerFiltering={{this.triggerFiltering}} | ||
@value={{this.dynamicValue}} | ||
/>`); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Elle est un peu louche l'indentation ici... C'est voulu ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
C'est du copier/coller des tests du dessus. Je fais confiance au linter pour me corriger si besoin 😄
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
J'ai fait une petite revue technique ça me semble cool ! Merci !
cb9d68a
to
64834d8
Compare
b23b359
to
1b5edd0
Compare
1b5edd0
to
cfc647b
Compare
cfc647b
to
ea11586
Compare
## [44.2.6](v44.2.5...v44.2.6) (2024-03-08) ### 🐛 Correction - [#550](#550) Le `PixSearchInput` est sujet à des suppressions de caractères (PIX-11403)
🎉 This PR is included in version 44.2.6 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎄 Problème
Les recherches avec délai ont parfois un comportement étrange. Après avoir tapé des caractères dans la barre de recherche, il arrive que certains caractères disparaissent. Ça a été constaté sur plusieurs écrans de Pix Admin, en particulier avec des connexions instables.
Chaque champ de recherche a son attribut value configuré en "two-way data binding", c'est à dire que lors d'une modification de l'utilisateur :
debounce
validé,Voir #8133.
🎁 Proposition
Dissocier la valeur affichée dans le champ de recherche de la valeur.
🌟 Remarques
Aussi
ember-lifeline
pour ledebounce
. Voir [BUMP] Update dependency eslint-plugin-ember to v12 (admin) pix#8056Input
Ember.🎅 Pour tester
CI verte 🟢
(je ne sais pas comment reproduire...)