JamesPJ
JamesPJ
How to use this with `PointField`? ``` class Location(db.Document): location_name = db.StringField(required=True) geoCoords = db.PointField() Location.objects(geoCoords=loc["geoCoords"]).upsert_one(location_name=loc["location_name"], geoCoords=loc["geoCoords"]) #loc["geoCoords"] = [77.6309395,12.9539974] ``` It just creates new entry, even if I pass...
Same issue is reproducible in Angular Material 1.1.4 The previous menu will close with the current menu.
I've fixed the issue here https://github.com/JamesPJ/material/commit/e31ea91fe1f16a0d5f3f96650e2ce6361655a64a#diff-0b064159db8aac9de4c48b1927b24731 And the updated codepen https://codepen.io/Skybuzz/pen/ZvyEKe Update: Tested