Add Blank to Select

This commit is contained in:
2017-04-03 22:38:45 -04:00
committed by GitHub
parent 8eae838ef8
commit 4424593e63

View File

@@ -1 +1 @@
$('select#issue_qbo_estimate_id').html('<%= j options_from_collection_for_select(@filtered_estimates, :id, :doc_number) %>'); $('select#issue_qbo_estimate_id').html('<%= j content_tag(:option,'',:value=>"")+options_from_collection_for_select(@filtered_estimates, :id, :doc_number) %>');