simonuwe / oracle-apex-json-region

An Oracle-APEX-plugin that provides for each property of a JSON-schema an input field to support an easy way to display and edit a JSON item
Apache License 2.0
6 stars 2 forks source link

wrong size of label for itemtype: "switch" #153

Closed simonuwe closed 2 weeks ago

simonuwe commented 1 month ago

When creating a new entry, floating label for switch is above switch-icon for values true and false. When using an existing entry, floating label overlaps the switch-icon for value false, it's above for value true

simonuwe commented 1 month ago

caused by

apex.item(dataitem).setValue('N');

but

apex.item(dataitem).setValue('Y');

works fine

simonuwe commented 1 month ago

Type on html for