i try with this :
this.obatForm.reset({kodeitem:''}); -> not working
this.obatForm.reset({kodeitem:''});
this.obatForm.reset({kodeitem:' '}); -> is working change jqxinput empty (is actualy space)
this.obatForm.reset({kodeitem:' '});