Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

paperUI does not render option values for integer #910

Closed
marcelrv opened this issue Jan 23, 2016 · 1 comment
Closed

paperUI does not render option values for integer #910

marcelrv opened this issue Jan 23, 2016 · 1 comment

Comments

@marcelrv
Copy link
Contributor

PaperUI does not render the option value dropdown in case of type=integer.
e.g. below will not show any option values, instead only allows to select a numeric value.

   <parameter name="config_1_1" type="integer" groupName="configuration"
                 min="0" max="65535">
        <label>1: Ignore start level</label>
        <description><![CDATA[
Ignore start level when transmitting a dim command to the dimmer    !]]></description>
        <default>1</default>
        <options>
          <option value="0">Ignore</option>
          <option value="1">Don't ignore</option>
        </options>
      </parameter>
@kaikreuzer
Copy link
Contributor

fixed with #932

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

No branches or pull requests

2 participants