Time Input

Content Type: Widget
Categories: Data

Overview

Time Input widget for Mendix. Choose your time from a dropdown, where you can limit the hours and set step sizes. Note: This widget is released for Mendix 8.5 (as it is stable in that version), but should work in Mendix 8.0+

Documentation

Demo urlhttps://timeinput-testproj-sandbox.mxapps.io/

Apache License Studio Support WM GitHub release GitHub issues DeepScan grade

Time Input widget for Mendix

AppStore

Choose your time using a dropdown. This widget is a pluggable widget, offline compatible, only intended for Web (not Native Mobile). As this is a pluggable widget, it is also compatible with Mendix Studio (Web).

screenshot

This pluggable widget is intended to be used in Mendix Studio 8.5 and higher, Theoretically this should work in Mendix 8.0 to 8.4 as well, but due to some bugs in the platform this cannot be guaranteed.

Features

  • Display a DateTime as a 24H/12H/Custom time format
  • Open a dropdown where you select the hours, minutes, seconds
  • HH, mm, ss can be switched off
  • Set step size (for example, only select 15 min interval)
  • Show/hide label
  • Skip hours/minutes/seconds by setting this in a range

Tested:

  • IE11, Edge,
  • Chrome
  • Firefox
  • Safari

Basic Configuration

General

settings

  • Select a DateTime attribute
  • Placeholder can be set when you have an empty field
  • Formatting: Can either be 24H (default), 12H or custom.
  • Show segments: In the dropdown, some segments can be switched on an off

Constraints

settings

  • Step size can be set to make intervals, e.g. 15 minutes
  • Skipping certain numbers. Use a string that is comprised of numbers or ranges, seperated by a comma.

Events

settings

Used libraries

Demo project

Demo can be viewed here: https://timeinput-testproj-sandbox.mxapps.io/

Issues, suggestions and feature requests

Issues can be reported here

License

Apache 2

Releases

Version: 1.1.0
Framework Version: 8.5.0
Release Notes: - Add focus handler (used for styling)
Version: 1.0.0
Framework Version: 8.5.0
Release Notes: - First release :fire: