codeigniter_bootstrap_form_builder icon indicating copy to clipboard operation
codeigniter_bootstrap_form_builder copied to clipboard

how to create <option value="1" selected="selected">Published</option>

Open ghost opened this issue 7 years ago • 3 comments

i cant make array(/* DROP DOWN */ 'id' => 'published', 'type' => 'dropdown', 'options' => array( '1' => 'Published', '2' => 'Disabled' )

ghost avatar Mar 20 '17 08:03 ghost

Could you provide the full code you're using?

wallter avatar Apr 20 '17 16:04 wallter

any solution yet ! how to create placeholder in dropdown list?

burhanahmed92 avatar Nov 28 '17 08:11 burhanahmed92

@burhanahmed92 and @alikodor. This may work for you. Please check it out.

array(/* DROP DOWN */ 'id' => 'published', 'type' => 'dropdown', 'options' => array( '1' => 'Published', '2' => 'Disabled' ), 'value' => '2' ), Give 'value' of the option to be selecetd.

sree541 avatar Jan 30 '18 12:01 sree541