Sergiu Cazac
Sergiu Cazac
Hey @Tobion. Yes! I have actually given it a try but struggled to understand how all of this works :-(
> There is a cardSize property. Play with it plus a listener to resize Where is it? I don't see it in the docs.
Is there any progress on this issue?
Did you solve this? Is there a way of replacing the current image?
I actually came up with the following solution. Maybe someone has thoughts why this isn't exactly good? Inside the ImageUploader.prototype._onSave I put this: ``` let imageSrc = imageUrl + '?'...
Hey, has any work started on this? I would really want to upgrade our products to Vue 3 and Keen-UI is the latest library that keeps us from that. I...
@xon52 @JosephusPaye I have submitted a PR with a vue 3 migration which works quite well and has almost no breaking changes.
Using @unless seems like a fair solution for the time being.
I've just tried implementing this and apparently, you cannot declare a function inside conditional blocks is SASS :-(
For textboxes I use the following workaround: ``` .ui-textbox__label { ... border-bottom: 1px solid transparent; } .is-active .ui-textbox__label { ... border-color: $color; } .ui-textbox.is-active:not(.is-disabled) .ui-textbox__input, .ui-textbox.is-active:not(.is-disabled) .ui-textbox__textarea { ... border-bottom-width:...