Label is not floating when value set through DA Oracle apex

423 Views Asked by At

I'm facing issue for a text-field of template optional-floating. I'm setting values on it through DA. But It label still not moving upword. Please see below screenshot. enter image description here

However if I click on these fields and again click outside it will work normally.

Am I missing something here?

2

There are 2 best solutions below

0
On
0
On

I found a solution to this still existing problem, on a dynamic action of change event to the page items, execute a Javascript code:

    $('#P1_PAGE_ITEM').addClass('js-show-label');

Note: Make sure "fire on initialization" setting is turned on