Skip to Main Content
Feature Request FR-3119
Product Area Page Components
Status CLOSED

3 Voters

support of native html input type time

michael.weinberger 2 Public
· May 3 2023

Idea Summary
Enhancement of APEX text item with a subtyp “time” and a subtyp “week”.
Apex already supports the html types "url", "e-mail", “phone number”

Use Case
Easy and browser supported entry of "time" alone. 
We need to enter arrival times of people in workshops. A date picker popup with a time field is too cumbersome. Especially for interactive grids.

It would also be great for durations in hours, minutes and seconds

Preferred Solution (Optional)
Additional subtype of “text” item

This request is likely a duplicate of FR-2270.

Comments

Comments

  • michael.weinberger 2 OP 2.9 years ago

    Note: It is possible to change an input field from text to time with a on-load javascript

    $("#P10_VON").attr('type','time')
    
  • jorge.cribb OP 2.9 years ago

    I think that to use JS as microcode embedded is a bad practice. May be a solution but not a good one imho because this basic functionality must be provided natively by Oracle APEX

  • fac586 OP 2.8 years ago

    As I have said on similar requests:

    APEX should provide direct implementations of all the HTML input states grouped under Basic item types, plus Enhanced items such as Shuttles, Checkbox Group, Popup LOV, Numeric (with format masks etc), plus slots for Plug-Ins and Legacy items.