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

Inconsitency capitalization in input field #4

Open
Janfred opened this issue Mar 17, 2018 · 1 comment
Open

Inconsitency capitalization in input field #4

Janfred opened this issue Mar 17, 2018 · 1 comment

Comments

@Janfred
Copy link

Janfred commented Mar 17, 2018

In the admin view the input for the barcode is taken "as is". When using any of the Input fields in the sales, cash or self-service point the input is capitalized. This breaks the compatibility for case-sensitive customer barcodes and is annoying for admins.

@fabian-marquardt
Copy link
Contributor

That is certainly a valid problem. The global user input used e.g in the self-service view was initially a quick and dirty implementation in order to avoid problems with focus on specific input fields. It should be possible to make this case sensitive as well. I will do some research if there is a usable Angular module to get the job of global input done, as I would favor having a clean and maintained dependency over maitaining my own hacky code ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants