Vivo

Results 13 comments of Vivo

> I think debouncing might be the correct way to handle this. However, if you take a look at `ColorPickerTextarea` as a component by itself (ignoring where the component will...

> > Did it that way bc it's using `props.value` as the input value, I have to localize the state for the input based on `props.value`. Value won't change if...

> In: > > * src/block/icon-button/edit.js > * src/block/icon-list/edit.js > * src/block/icon/edit.js > > I would prefer that in these files/components above, we just use the value directly in `defaultValue={...

I think the problem is the component being rendered is only supplied with `href` and `title`, can the component still take other attributes? target, classes and etc. Link for reference...

Hi @thibaudcolas , thanks for your reply. I'll try to do that. Will give update of the result.

@bmcmahen thanks for looking into this. I'm actually also experiencing the same exact problem with the AlertDialog component but will check the update you made first within the day

@bmcmahen seems everything is working fine now. i just tried. thank you

> * [x] [Columns/Container block - Add a Tablet Column Arrangement #2325](https://github.com/gambitph/Stackable/issues/2325) - **DONE** > * [ ] [Feature block - Add tablet and mobile column arrangement #2361](https://github.com/gambitph/Stackable/issues/2361) & [[Suggestion]...

> Hello @vmc08 > > I would appreciate your opinion on this comment [#2333 (comment)](https://github.com/gambitph/Stackable/pull/2333#issuecomment-1249655070) > > Thank you. Thanks for this, will check on the typo's and will have...

> Comments on the progress bar: > > * add width control (place before the height slider), value can be %, px or vw - make this a responsive attribute...