Ed Morales

Results 7 comments of Ed Morales

I think material hasnt done this yet cause they were worried about `a11y`.. since the idea they had was to add a `mat-select-header` component that would put an input on...

There a LOT of things we can improve in the quickstart and promote best practices in everything. 😄 Hopefully we can tackle each one of those in separate smaller PR's.

Something to take into account for beta.2, would be nice to improve performance.

We can probably set it as `innerHTML` and sanitize it instead of as a string to support this.

@jdrew1303 yep, thats a feature we are thinking to add soon. `md-autocomplete` usage in `td-search-box` and `td-search-input`

We designed to allow that, but are checking to see if it really makes sense to do so since we want to keep the messages to be short and to...

Just my 2 cents but to me that seems like a proper solution since you can have an array with the `rlt` languages ``` let rtlLangs = ['ar','morelangs']; this.translate.onLangChange.subscribe((event: LangChangeEvent)...