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

RadTextBox AutoCompleteType for Google AutoFill

1 Answer 133 Views
Input
This is a migrated thread and some comments may be shown as answers.
Doug
Top achievements
Rank 2
Doug asked on 28 Oct 2009, 01:44 PM
Hi
I have been trying to find the right match for the Google Autofill  and there seens to be some matches missing.

I am creating a payment form and the typical content is 
  1. Name on Credit Card: [firstname] [lastname]
  2. Credit Card Number: [0000000000000000]
  3. End Date: [mm] [yyyy]
  4. CVC (SecurityNumber) : [0999]
  5. Start Date (optional): [mm] [yyyy]

Whilst this content in Google is often password protected, this at least allows input to be speedier and more reliable.

Can you tell me what the correct AutoCompleteType  should be for my RadTextBox.
 
Thanks in Advance
Doug

     

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 02 Nov 2009, 04:29 PM
Hello doug,

You can use the First look demo of RadInput as a starting point for your implementation:
http://demos.telerik.com/aspnet-ajax/input/examples/common/orderform/defaultcs.aspx 

If your browser has the option for auto-complete for textboxes enabled, it should work with RadTextBox in the same manner as with regular MS TextBox control. Alternatively, utilize the auto-complete feature of RadComboBox and hide its toggle image by setting its ShowToggleImage property to false.

Best regards,
Sebastian
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Input
Asked by
Doug
Top achievements
Rank 2
Answers by
Sebastian
Telerik team
Share this question
or