Hi please simply use one line code it will work
// please note the if in case you have to select a value form a drop down with tag
// name Select then use below code it will work like charm
driver.find_element_by_id("fruitType").send_keys("jumbo fruit 4");
Hope it helps