I want to create a text box with predictive text from a List (with Validation)

Example if list contains the following names

John Good
Abrabham Linc
Randy Johnson
Sonny Youth

When the user types Joh in the textbox , in the drop down "John Good" & "Randy Johnson" should appear.

Thanks.