Bernardo Oliveira
Bernardo Oliveira
Hi @noook 👋 ahhh yes, it solved, I never saw that `prop` 😅 perhaps we could improve the docs for that use-case?
Ahhh okido, so if you implemented it then you're more suitable than I for it 😋 however, if you don't have time I can do it. I'll keep the issue...
Hi @fabianwohlfart 👋 This happens because there is no placeholder defined on that demo, however, if you define a placeholder, then you are fine 🙏
@Suniron you can always use CSS, not optimal but can do the trick for you. Something like: ```css table thead input { display: none; } ```
Hi @Marfi333 👋 This is an interesting one. There is a [VirtualKeyboard API](https://www.w3.org/TR/virtual-keyboard/) that would allow us to do something like `height: calc(100vh - env(keyboard-inset-height))` however that is only for...
Hi @JoyfulAndSpeedyMan 👋 Can you try to disable the [`inlineStyles`](https://nuxt.com/docs/guide/going-further/features#inlinestyles)?
Hi @clydin 👋 Thank you for taking the time. Is just in the `main.css` for testing purposes. In Vite, even if the package is externalized, the styles are still properly...
Hi @vitalik 👋 Sorry, you're absolutely right. 🙏 Here is the complete context that I forgot to add on my initial post. I'm using Django Ninja Extra, where it has...