-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Expected behavior
Render textfield with the same class to other items.
Actual behavior
Do not render properly.
Steps to reproduce the issue
Install plug-in on apex 22.1.
Drop the plug-in in any page, save and run the application.
APEX version (22.1)
Solution
Edit plug-in in Shared Components -> Plug-ins -> ClockPicker.
At the souce code, add this after line 53:
l_html_string := l_html_string || 'class="apex-item-text"';
Problem solved. The ClockPicker item will be render properly.
Metadata
Metadata
Assignees
Labels
No labels