Uladzislau Pakosenka

Results 4 comments of Uladzislau Pakosenka

Is it posiible to show placeholder when initial value is null? `` ![image](https://user-images.githubusercontent.com/23311140/45086441-d0c30b00-b10b-11e8-9514-85e1b3e65759.png)

@iannbing Hi. F.e. my case. I would like to have something like: ```html item Item 2 // horizontal line with setting border here item 3 item 4 { const treeList...

@iannbing And another problem is difficulties with collapse/expand animations. Flattened `items` from render-props doesn't include child nodes of parent elements that is not opened. Their appearance in `items` is controlled...

@iannbing It will not force users to hide `childNodes` using css. U can print childNodes in DOM only if parent is opened. It is just an implementation. My suggestion is...