Code:
const fruit = [watermelon, apple, orange, lime];
const listItems = fruit .map((number) => <li>{number}</li>)
i am implementing a simple list like a drop down. when i press "a" character "apple" to be highlighted. i do want do want use "SELECT" tag since it has issue in IE. any help will be appreciated.thanks in advance