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

Autocomplete : Allow repeated texts #5352

Open
David-Moreira opened this issue Mar 9, 2024 · 0 comments
Open

Autocomplete : Allow repeated texts #5352

David-Moreira opened this issue Mar 9, 2024 · 0 comments
Labels
Area: Autocomplete Status: Investigate Needs to investigate more to what can be done. Type: Feature ⚙ Request or idea for a new feature.
Projects

Comments

@David-Moreira
Copy link
Contributor

          Hello @leetheman 

I guess It does make sense, that it shouldn't break on repeated texts. Autocomplete was developed like this, so we need to take careful look when changing it to make sure we break nothing else.

For now, I can only advise a workaround, to do some pre initialization of the data where you go find the duplicates and make them different texts somehow, something like :

  • add blank spaces "Client A", "Client A ", "Client A "
  • add numbers like Client A (1), Client A (2), Client A (3)

Originally posted by @David-Moreira in #5243 (comment)

@David-Moreira David-Moreira added Type: Feature ⚙ Request or idea for a new feature. Status: Investigate Needs to investigate more to what can be done. Area: Autocomplete labels Mar 9, 2024
@David-Moreira David-Moreira added this to 🔙 Triage in Development via automation Mar 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Autocomplete Status: Investigate Needs to investigate more to what can be done. Type: Feature ⚙ Request or idea for a new feature.
Projects
Development
  
🔙 Triage
Development

No branches or pull requests

1 participant