Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid p:inputNumber widget behavior if Material activated #242

Open
gestern opened this issue Oct 26, 2019 · 0 comments
Open

Invalid p:inputNumber widget behavior if Material activated #242

gestern opened this issue Oct 26, 2019 · 0 comments
Labels
Milestone

Comments

@gestern
Copy link

gestern commented Oct 26, 2019

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>
@rmpestano rmpestano added the bug label Oct 28, 2019
@rmpestano rmpestano added this to the 1.0.3 milestone Oct 28, 2019
@rmpestano rmpestano removed this from the 1.0.3 milestone Dec 22, 2019
@rmpestano rmpestano added this to the 1.4.0 milestone Jun 5, 2021
@rmpestano rmpestano modified the milestones: 1.4.0, 1.5.0 May 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants