I am using knockoutjs to bind a select list. Here is a Sample , I want to get selected option text instead of selected value.
How to get it using knockoutjs ?
The simplest way to do it is to remove the optionsValue binding. When you don't sepcify the optionsValue binding, the entire item will be the selected value.
Selected Project:
See fiddle