Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solved: Run plugin in Apex 22.1 #13

Open
fsmoreira78 opened this issue Mar 15, 2023 · 0 comments
Open

Solved: Run plugin in Apex 22.1 #13

fsmoreira78 opened this issue Mar 15, 2023 · 0 comments

Comments

@fsmoreira78
Copy link

fsmoreira78 commented Mar 15, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant