Skip to content

Solved: Run plugin in Apex 22.1 #13

@fsmoreira78

Description

@fsmoreira78

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions