Use of mdl:TextInput
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/499bab21 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/499bab21 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/499bab21 Branch: refs/heads/feature/mdl Commit: 499bab210b578d36e6d358ca54825c1066fc4993 Parents: fda570e Author: Carlos Rovira <[email protected]> Authored: Mon Oct 17 13:40:57 2016 +0200 Committer: Carlos Rovira <[email protected]> Committed: Fri Oct 21 17:35:17 2016 +0200 ---------------------------------------------------------------------- examples/flexjs/MDLExample/src/main/flex/App.mxml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/499bab21/examples/flexjs/MDLExample/src/main/flex/App.mxml ---------------------------------------------------------------------- diff --git a/examples/flexjs/MDLExample/src/main/flex/App.mxml b/examples/flexjs/MDLExample/src/main/flex/App.mxml index b94a0d7..937d8d2 100644 --- a/examples/flexjs/MDLExample/src/main/flex/App.mxml +++ b/examples/flexjs/MDLExample/src/main/flex/App.mxml @@ -53,6 +53,8 @@ limitations under the License. <mdl:Button/> + <mdl:TextInput/> + </js:Container> <!-- Text Fields :: https://getmdl.io/components/index.html#textfields-section -->
