Skip to content

Invalid p:inputNumber widget behavior if Material activatedΒ #242

@gestern

Description

@gestern
Issue Overview

The widget <p:inputNumber ...> will be displayed incorrectly (ignores leading label) on the page if look for inputs is activated as material. Might the issue is due to the fact that the style is not applied to the class ui-inputnumber but I'm not sure:

input.ui-inputfield, textarea.ui-inputtextarea, input.ui-autocomplete-input, span.ui-calendar > input.ui-inputfield {

Current Behaviour

image

Expected Behaviour

image

How to reproduce

A sample xhtml code from PrimeFaces showcases:

<div class="ui-material">
      <p:inputNumber id="dailyEvery" value="1"
                                  minValue="0" maxValue="90" decimalPlaces="0"
                                  symbol=" day(s)" symbolPosition="s"/>
      <p:outputLabel for="dailyEvery" value="Every:"/>
</div>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions