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

A console.log was left in the it-select component #249

Closed
JJBocanegra opened this issue Jun 29, 2021 · 2 comments
Closed

A console.log was left in the it-select component #249

JJBocanegra opened this issue Jun 29, 2021 · 2 comments

Comments

@JJBocanegra
Copy link

Each time I click an it-select component, it will show a console log with the text: scrollToSelectedOption.

I recommend having the next rule in ESLint to avoid this from now on:
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',

@AbrahemAlhofe
Copy link
Contributor

AbrahemAlhofe commented Jun 30, 2021

We apologize for that but scrollToScelectedOption has not been implemented yet.
we will implement it as soon as possible.

@quatrochan
Copy link
Collaborator

Fixed in 0.78

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

3 participants