This is a migrated thread and some comments may be shown as answers.

Using kendoAutoComplete for password input

1 Answer 248 Views
AutoComplete
This is a migrated thread and some comments may be shown as answers.
George
Top achievements
Rank 1
George asked on 18 Jun 2012, 02:08 PM
Hello All,

I am writing a registration form for my site and I want to use KendoUIAutocomplete on a password input to preserve the look of with the other fields.
Is there a way to specify that this is a 'password' input type, IE: Show ***** inplace of the text.
or is there another way to get the same look on a standard <input>

Thanks for any help.

-George

1 Answer, 1 is accepted

Sort by
0
George
Top achievements
Rank 1
answered on 18 Jun 2012, 09:25 PM
Ok, I came up with a solution.

Instead of making my password input autocompletes, I just used the same classed that autocomplete uses so that my input's look the same:

<span
    style="width: 150px; font-family: Calibri; font-size: small; "
    class="k-widget k-autocomplete k-header k-state-default">
        <input id="regPassword" type="password"
            style="width: 100%; font-family: Calibri; font-size: small;"
            class="k-input">
</span>

Now it looks the same as my other input's.

-George


 
Tags
AutoComplete
Asked by
George
Top achievements
Rank 1
Answers by
George
Top achievements
Rank 1
Share this question
or