We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The silent config option does not hide warnings or errors as stated in the documentation.
Optionally suppress console errors and warnings.
Warning occurs when I try to add custom options to the config: { silent: true, loadingText: 'Kraunama...', noResultsText: 'Rezultatų nerasta', noChoicesText: 'Nerasta pasirinkimų', itemSelectText: 'Pasirinkti', searchPlaceholderValue: "Ieškoti", saveItem: 'Išsaugoti pasirinktima:', removeItem: 'Pašalinti', chooseItem: 'Rinktis' }
{ silent: true, loadingText: 'Kraunama...', noResultsText: 'Rezultatų nerasta', noChoicesText: 'Nerasta pasirinkimų', itemSelectText: 'Pasirinkti', searchPlaceholderValue: "Ieškoti", saveItem: 'Išsaugoti pasirinktima:', removeItem: 'Pašalinti', chooseItem: 'Rinktis' }
This works fine, but it does produce a warning in the console. Is there a way to hide the warning or just get rid of it?
The text was updated successfully, but these errors were encountered:
Fix silent option does not silence warnings about unknown options C…
silent
df52c85
…hoices-js#1119
Implemented as part of #1166
Sorry, something went wrong.
No branches or pull requests
The silent config option does not hide warnings or errors as stated in the documentation.
Warning occurs when I try to add custom options to the config:
{ silent: true, loadingText: 'Kraunama...', noResultsText: 'Rezultatų nerasta', noChoicesText: 'Nerasta pasirinkimų', itemSelectText: 'Pasirinkti', searchPlaceholderValue: "Ieškoti", saveItem: 'Išsaugoti pasirinktima:', removeItem: 'Pašalinti', chooseItem: 'Rinktis' }
This works fine, but it does produce a warning in the console. Is there a way to hide the warning or just get rid of it?
The text was updated successfully, but these errors were encountered: