Blazor.PersianDatePicker icon indicating copy to clipboard operation
Blazor.PersianDatePicker copied to clipboard

onchange not wotk in edit form

Open EsmaeelAmarloo opened this issue 7 months ago • 4 comments

Hi .when i use datepicker in editform tag "onChange" not work

sample Code

<EditForm Model="TmpModel">
	<InputPersianDatePicker Id="List_Persin_Date11"
	Visible="true"
	Disabled="false"
	PickerAlign="Align.Right"
	PickerOffsetTopPositionInPixels="1"
	InitialValueSetOnToday="false"
	Value ="@strDate"
	CalendarType="Calendar.SingleModeJalali"
	DigitType="DigitType.English"
	DateFormat="DateFormat.yyyy_slash_MM_slash_dd"
	MinDateSetOnToday="false"
	Placeholder="مستقیم"
	CssClass="form-control mt-n3"
	Theme="PickerTheme.Default"
         OnChange="valueChanged"
	ReadOnly="false" />
</EditForm>

EsmaeelAmarloo avatar Nov 22 '23 16:11 EsmaeelAmarloo