timezone icon indicating copy to clipboard operation
timezone copied to clipboard

Problem by checking selected (same values)

Open grambas opened this issue 8 years ago • 0 comments

For example if timezone Europe/Berlin fir Berlin selected, then we will see at form Bern selected.

<option selected="Europe/Berlin" value="Europe/Berlin">(UTC+01:00) Berlin</option>
<option selected="Europe/Berlin" value="Europe/Berlin">(UTC+01:00) Bern</option>

Using

{!! Timezone::selectForm(old('timezone', $user->timezone), 'Select Timezone', array('class' => 'form-control', 'style' => 'float:left;', 'name' => 'timezone')) !!}

grambas avatar Aug 30 '16 23:08 grambas