Dumb down NVR

The widget I’ve published to the Marketplace doesn’t look much different:

uid: rlk_datetime_standalone
tags:
  - marketplace:127966
props:
  parameters:
    - description: Label for the widget
      label: Label
      name: label
      required: false
      type: TEXT
    - context: item
      description: An item to control
      label: Item
      name: item
      required: false
      type: TEXT
  parameterGroups: []
timestamp: Jul 27, 2021, 10:06:53 AM
component: oh-input-card
config:
  clearButton: false
  footer: =items[props.item].state
  inputmode: text
  item: =props.item
  outline: true
  placeholder: =items[props.item].state
  sendButton: true
  title: =props.label
  type: datetime-local

The only difference is the clearButton. Try it in different browsers. It’s actually the browser that renders this UI widget and each browser is slightly different. See the discussion on the marketplace entry for more details.