Hi,
When I enter some number into my Input field; on it's blur event [which I didn't trigger] the input widget become EMPTY. This happens when I click on the LINK to display that section. On second try it works fine but why it is cleaning my input value I don't understand.
Sorry can't share the OML
App Type : Reactive Web App
Hi Steave,
Whatever i understood from your comment is that you have a link which shows input when you clicked on it and on entering number into that input, it is becoming empty. Please make me correct if i understood it wrong.
Please confirm what is the data type for this input or you can share other sample oml reproducing the same issue only?
Thanks
Yes Shweta you are right. When I enter some value [Integer] and blur from it my input widget becomes EMPTY. And i didn't fire any event it. It happens only once.
Is it in a block or bind to input variable of a block?
Yes!!! it is in a Block
Please help check if:
Hope this help
Hi Shingo,
Because it is input of the block, the change of the input can cause the block to be re-rendered
And your case you can check if the block is load twice
Hi Steave,- Are you using any extended property on that Input like onChange?- Are you showing the Input UI from a web block on a screen, Like when click on link it shows/hide the UI?- Can you try to create a sample POC for this & share the OML.Thanks,Assif
Try to create a sample oml generating the scenario you have in your application reproducing the same problem.
Without oml, it will be difficult to figure out what is exactly going wrong.
Thanks and Happy Coding :)