Sandro Tonon

Results 10 comments of Sandro Tonon

> rendering a masonry with just views is relatively easy to implement So how would you do that?

Thanks for your reply but unfortunately its still not working... My Code looks like this: ``` {this.props.data.map((entry, index) => ( ))} ``` whereas it renders like this: ![masonry](https://user-images.githubusercontent.com/3889326/32301774-9e052a48-bf5f-11e7-855a-b9bcc01289d8.png) which is...

@brh55 Yeah but this would require a measurement of the cards height to determine in which column it should render. But since the height of a card is dynamic, I...

@brh55 I don't exacly know what you mean. Could you provide a code example showing how to achieve what you mean? I would really appreciate this!

You can add `optionValue="label"` to the autocomplete-config to show the label as value. See [StackBlitz Demo](https://stackblitz.com/edit/yzm5ng-q6tvdo?file=src%2Fapp%2Fdemo%2Fautocomplete-reactive-forms-demo.html).

> @yorickp your workaround works. Maybe @sandrotonon will look into his PR again and fix this issue. I'm currently working on a fix for this and #15495 and will create...

Since the PR was not able to merge automatically, I decided to close it. Maybe I will reopen a new PR, if I manage to find some time.

IMHO the current behaviour is correct. A button always should indicate what the status (in this case the visibility) WILL BE after clicking, or what its going to do, not...