Is it possible to show all options from an HTML Select form field at once without clicking it?
问题 I am using the X-Editable jQuery edit in place library for a Task Status selection field. All it;s stages are shown below from the process of: Clicking the Status It then hides the status SPAN and reveals the hidden Selection field. You can click the selection field which makes it dropdown and show all available options. Clicking a new Selection option value then shows a loading spinner image while it makes an AJAX request to save the value It then Shows the new selected Status Value SPAN.