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

when typing korean keyword search dropdown not getting proper results, its working with select2 4.0.2 version but when i use selectWoo not working https://github.com/select2/select2/issues/5252 #40

Open
aadiramakrishna654 opened this issue Oct 6, 2020 · 1 comment

Comments

@aadiramakrishna654
Copy link

STOP!

Before you open an issue:

  1. Make sure that your issue is a BUG or FEATURE REQUEST. General usage and troubleshooting questions should be directed to the forums or Stack Overflow. Issues asking for general support WILL BE CLOSED automatically.
  2. Search the current issues, both open and closed, for a similar issue. If the bug is still present but the relevant issue has been closed, you may ask us to reopen the issue. Duplicate issues will be closed automatically.
  3. Make sure that you are using the latest stable version of Select2 (see the release history). Old minor/patch versions will not be supported.

If you are CERTAIN that it is appropriate to open a new issue, you must:

  1. Create and link to a minimal, complete, and verifiable example by cloning our JSBin template. Code dumps, zip files, etc are NOT acceptable.
  2. Any additional code snippets should be formatted using Markdown code fences and properly indented. Poorly formatted code is difficult to read and reflects badly on you as a programmer.
  3. Include relevant screenshots or animations, if possible. Drag your screenshots directly into this text box. They will automatically be uploaded and the Markdown to display them will be generated. Avoid third-party image hosts, or links which require extra clicks to view the image.
  4. If you are not conversationally proficient in English, do NOT just post a machine translation (e.g. Google Translate) to GitHub. Get help in crafting your question, either via the forums or in chat. If all else fails, you may post your bug report or feature request in your native language, with a machine translation below that. We will tag it with translation-needed so that others who speak your language can find it.
  5. State the steps needed to reproduce the problem.
  6. Mention your version of Select2, as well as the browser(s) and operating system(s) in which the problem occurs.
  7. Clear out this placeholder text.

Issues that ignore these rules will be closed without further comment!

@aadiramakrishna654 aadiramakrishna654 changed the title when typing korean keyword search dropdown not getting proper results, its working with select2 4.0.2 version but when i use selectWoo not working when typing korean keyword search dropdown not getting proper results, its working with select2 4.0.2 version but when i use selectWoo not working https://github.com/select2/select2/issues/5252 Oct 6, 2020
@christymathew9742
Copy link

Maybe some themes removing the selectwoo , we can reregister by adding the given code snippet

function th34r_enqueue_custom_scripts($hook) {
if(is_single()){
wp_register_script( 'selectWoo2', plugins_url() . '/woocommerce/assets/js/selectWoo/selectWoo.full.js', array( 'jquery' ), '1.0.0', false );
wp_enqueue_script( 'selectWoo2' );
wp_enqueue_style( 'select2');
}
}
add_action('wp_enqueue_scripts', 'th34r_enqueue_custom_scripts', 10);

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