Added feature that now input widget remain in focus even after we change value.
Earlier when we change value in input widget then preview was called and after that input widgets were again build. So, focus from them get away. But now on update of value in widget it is stored in parameter Object that it is in focus . So that when input widget is again created it is setfocused().