Logan Dupont

Results 18 comments of Logan Dupont

Any update on this issue @pa7

This should solve the problem for now ``` var oldShow = $mdDialog.show; $mdDialog.show = function (options) { if (options.hasOwnProperty("skipHide")) { options.multiple = options.skipHide; } return oldShow(options); }; ```

@Prajwal8 Here is the [codepen](http://codepen.io/LoganDupont/pen/YNBrgQ)

+1 Same for the md-color-hsl when you use the mdColorPicker.min.js from the bower installation but it seems that the latest version on github isn't the same as the latest version...

@mmalerba I was wondering if you have an update on this issue?

Thats true, but that issue was only for the required validation that's why i created a more general one. Because the paragraph-tags gives you also problems for other validations and...

@stevermeister @bampakoa Any idea what cause this strange behavior?

@stevermeister Maybe the info that i gave you wasn't clear enough. Here is a video to reproduce it ![884ee436514f8a3415c65acd077811d1](https://user-images.githubusercontent.com/6780720/27013350-31b2f3ea-4ee2-11e7-83e7-960686335846.gif)