Heikki Johannes Hildén

Results 8 issues of Heikki Johannes Hildén

When the component gets unmounted (e.g., when navigating to a different page using react-router), an exception occurs: ``` Uncaught SecurityError: Blocked a frame with origin "https://www.google.com" from accessing a frame...

``` textField->setClearButtonEnabled(true); ``` …works, but doesn't look so Material.

enhancement
text-field

Some layouts, or suggestions and ideas on such, based on the use-case examples found on [material.io](https://material.io/).

enhancement
help wanted

For example, `QtMaterialTextField` has ``` Q_PROPERTY(QColor textColor WRITE setTextColor READ textColor) Q_PROPERTY(QColor inkColor WRITE setInkColor READ inkColor) Q_PROPERTY(QColor underlineColor WRITE setUnderlineColor READ underlineColor) ``` but no equivalent property declaration for...

enhancement
help wanted

It looks like `stdinLn` expects a `String` argument. To get the example to compile, I changed the code to be consistent with the code snippet in the blog post.