Casey Holzer
Casey Holzer
See http://codepen.io/caseyjhol/pen/dPRXBN Example: ``` javascript scope.colors = [{ id: 10, name: 'Red' }, { id: 20, name: 'Green' }, { id: 30, name: 'Blue' }]; ``` ``` html ``` When...
Initial support for Yup 0.32. @ritchieanesco Some things are still broken/not yet working. If you could take a look that'd be great.
This triggers the `complete.printThis` event after a successful print or if the dialog is simply closed. In my use case, I have to change some markup to format it properly...
- [ ] drop support for IE < 11 - [ ] make `'auto'` the default value of `dropdownAlignRight` - [ ] remove `dropupAuto` and replace with `dropup` where `true`,...
### Bug, feature request, or proposal: When using mdChips with a custom input (such as `type="number"` or `type="email"`), `secondary-placeholder` is not used when at least one item has been selected....
In Chrome mobile, if using mdChips in a form with additional inputs *after* mdChips (whether those inputs are more mdChips or normal text inputs or textareas), pressing "Enter" focuses the...
Confirmed this behavior in Outlook 2007 and Outlook 365. `margin-left` and `margin-right` work as expected. For example, the following HTML: ```html 1-1 1-2 2-1 2-2 1-1 1-2 2-1 2-2 ```...
**Is your feature request related to a problem? Please describe.** I'd like the body of my emails to have a background color. In Outlook for Windows and MacOS, setting `background-color`...
This would be handy for custom capitalization and special characters, or just for having shorter URLs (e.g. **/faqs/...** instead of **/frequently-asked-questions/...** A simple method would probably be to include a...
The current writer's guide suggests writing defaults as follows: > **configuration.example.option** > > `string = 'none': 'none' | 'development' | 'production'` > > Where `= 'none'` means that the default...