-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Icon inside a textfield #50
Comments
kradio3
added a commit
that referenced
this issue
Dec 2, 2017
kradio3
added a commit
that referenced
this issue
Dec 3, 2017
kradio3
added a commit
that referenced
this issue
Dec 3, 2017
Hi @ataliadvanstep , sorry it wasn't implemented. Will be available in next release in few days |
cool !! waiting for it :-)
…On Sun, Dec 3, 2017 at 9:21 PM, Andrey Yaroshenko ***@***.***> wrote:
Hi @ataliadvanstep <https://github.com/ataliadvanstep> , sorry it wasn't
implemented. Will be available in next release in few days
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#50 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AZEcTKj2rszZP5NSrQv9dcJFMIaS8DoBks5s8wLigaJpZM4P2irW>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
I try to set an icon inside a textfield
In the material-components-web com official documentation, it's supported but how to do it with react-mdc-web ?
https://github.com/material-components/material-components-web/blob/master/demos/textfield.html
The code below do the job
<div id="tf-box-leading-example" class="mdc-textfield mdc-textfield--box mdc-textfield--with-leading-icon" data-demo-no-auto-js> <i class="material-icons mdc-textfield__icon" tabindex="0">event</i> <input type="text" id="tf-box-leading" class="mdc-textfield__input custom-textfield-input"> <label for="tf-box-leading" class="mdc-textfield__label">Your name</label> <div class="mdc-textfield__bottom-line"></div> </div>
The text was updated successfully, but these errors were encountered: