Mark Fortner
Mark Fortner
It would be useful if there was a way to style the map markers. Something along the lines of: ``` google-map-marker#my-location{ color: blue; } google-map-marker[selected]{ color: green; } ``` Also,...
Are there any plans to provide W3C compliant web component support? This would make it possible to embed the component as an element in a web page regardless of whether...
It would be useful if there was built-in support for the back button.
### Description I have a firebase-query that produces live data without any problem. Using the code from the example found in the documentation, the exception shown in the stacktrace below...
Since the development process often starts by using static JSON files before migrating to other forms of storage, it would be useful if this were implemented as a strategy pattern,...
Iron-ajax is useful, as far as it goes, but it would be even more useful if it could be used directly as a RESTful controller. This means: (1) Direct support...
According to the documentation, the max-rows attribute is "The maximum number of rows this element can grow to until it scrolls. " When I limit the number of rows to...
There's an attribute called **items** which contains an array of objects that we're going to render. In effect, **items** is the model for the listbox. However, when you use the...
Is there a way to turn off the underscore/underline beneath the label? I'd like to display a menu that conforms more closely with the Material Design specs.
### Description In the following simple example, an exception is thrown ```html ``` ### Expected outcome I expect to see the first names of a list of contacts. **data** is...