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

Campo Select do Tipo de Pessoa com problema quando plugin é usado com o "Checkout Field Editor for WooCommerce" #190

Open
rodrigolangella opened this issue Feb 18, 2021 · 2 comments

Comments

@rodrigolangella
Copy link

rodrigolangella commented Feb 18, 2021

A Imagem é auto explicatória - Este problema só acontece quando o plugin é ativo para aceitar Pessoa Física e Jurídica no select. Se eu troco para pessoa física apenas, o problema nao ocorre.

image

Na segunda imagem é possível identificar que o campo foi alterado para ter tamanho 1px substituindo o Style do plugin que é width: 100%

image

Alguem já teve este problema?

@Raquel1515
Copy link

Olá Rodrigo, você já solucionou este problema? Tenho exatamente o mesmo problema. Gostaria de ajuda.

@victorbraun
Copy link

tive o mesmo problema aqui, solucionei colocando esse script no footer do wordpress

<script> jQuery(function () { jQuery(window).on('load', function() { jQuery("span.select2-container--default").removeAttr("style"); }); }); </script>

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