Leifer Mendez
Leifer Mendez
@pasevin try with this, it's worked for me. ```ts ngAfterViewChecked(): void { const getElement: ElementRef | any = document.querySelector(`ngx-intl-tel-input .search-container input`); if (getElement && !getElement.getAttribute('autocomplete')) { this.render.setAttribute(getElement, 'autocomplete', 'none'); this.render.setAttribute(getElement,...
This work for me!, in my blade file Show Video: https://www.loom.com/share/7ce5f1a4c7b34d5f878a9e2fb3825df4 ```html function setValue(text = '') { const trixEditor = document.querySelector("trix-editor") trixEditor.editor.insertHTML(text); } document.addEventListener("DOMContentLoaded", function (event) { setValue('HERE MY DATA...
@Gonzalito87 si gustas envíame un PR solo con el cambio de versión
Hi @ksilz I'll check and comment
Of course, it would be of great help to the community. I would appreciate it very much
UPDATE: WebKit have now announced support for -webkit-radial-gradient and -webkit-repeating-radial-gradient identical to the Mozilla syntax. Also for linear gradients. And they will keep -webkit-gradient for the forseeable future.
HI! I will fixed soon. 👍
Don't worry, I'll check it out when I have some free time.
If somebody wanna check the serverless-plugin-qwik 😉 PR welcome [serverles](https://github.com/leifermendez/serverless-plugin-qwik)
New structure applied @adamdbradley also i removed somes dependencies and moved a logic part to other package for avoid mix stranger somethings here. https://github.com/leifermendez/serverless-plugin-qwik