Marco Janc
Marco Janc
In my authentification `@WebFilter` i previously redireted to the login page if user is not logged in appending the current URI as a request param like _"/login?referer=/account"_. I wanted to...
With grouping enabled a nice enhancement is to have a checkbox next to the group label (like tree) which toggles all checkboxes of the children.
### Description _SelectOneButton, SelectManyButton_ dont support icons. ### Describe the solution you would like Would be nice to have icon support for _SelectOneButton, SelectManyButton_. ### Additional context Currently i am...
I tried using _validateUnique_ for a contact form where the user must enter a phone number and can optional provide a second one. When using `validateUnique` like following the model...
Tag-it should respect input component `maxLength` feature to restrict total input length. Tag-It should incorporate this feature by checking the length of all tags + delimiter in case single input...
In case autocomplete feature is not used the dependency on jquery UI autocomplete is not required. A boolean flag `autocompleteEnabled` would be nice. **Alternate** It can be made optional by...
Using delta theme there is a problem with the font-size of the ui-button text. There is no other theme with such a small button text. I don't know why it...
### Describe the bug In showcase the"countrySelect" ajax is fired on dynamic country detection from input and this should not trigger the input validation but show the info "selected" message....
### Description Its nice to use a custom icon in a static message to give the user more visual clues about the problem. I am using our own composite "staticMessage"...