Vladimirs Pasedko

Results 6 comments of Vladimirs Pasedko

Hi, I have a fix for the wrong validation message. SAPUI5 framework is not clearing the previous message and keeps it in ValueStateText. Solution is to clear ValueStateText in clearValueState...

Hi Hendrik, Yeah, sorry, this solution was for another case, when using "clearValueState" method before calling "validate", system always retained an old message and did not show the new validated...

Hi, There is a workaround for that. Value states and Message Manager messages can be cleared by calling the following methods. This cleanup can be called each time when navigating...

Hi, Please check whether this solution satisfies requirement: http://plnkr.co/edit/5Wxy5wzv11sGj3UQ?preview Regards, Vladimirs

Hi, SAPUI5 framework retains the previous ValueStateText message after repeated validations. Solution would be to clear ValueStateText along with setting value state to None. But it seems you use the...

> > Hi, > > SAPUI5 framework retains the previous ValueStateText message after repeated validations. > > Solution would be to clear ValueStateText along with setting value state to None....