MaterialFX icon indicating copy to clipboard operation
MaterialFX copied to clipboard

A library of material components for JavaFX

Results 43 MaterialFX issues
Sort by recently updated
recently updated
newest added

Hi, I cloned this project and started the demo with command './gradlew run'. However, I found that the top left corner of my screen was covered by a transparent box...

bug
enhancement
pinned

**Describe the bug** I have notice that when adding a constraint to one of the controls that consist an MFXValidator (such as: MFXTextField, etc.), may cause a memory leak. See...

bug

**Describe the bug** When using this `-common-gradient: linear-gradient(to right bottom, #0af6bb, #420aa4);` with this ``` .mfx-checkbox, .mfx-radio-button{ -mfx-main: -common-gradient; } ``` I get this: ``` May 17, 2022 12:24:03 AM...

to-evaluate

I try to use the MFXStepper for a project and the single steps need descriptions with more then 10 chars, but the text gets cut of. I tried to finde...

bug
to-evaluate

It would be a great addition to the library if an element like `MFXFrieldGroup` was provided, it could act somehow like a `fieldset` element in HTML but with a _material_...

to-evaluate

I have noticed that controls which use MFXPopup (such as: MFXDatePicker, MFXComboBox, MFXFilterComboBox, etc.), do not automatically open upwards when hitting the bottom screen, nor can it be done manually....

bug

MFXPasswordField returns passwords as Strings which is insecure. Please refer to this [answer](https://stackoverflow.com/a/8889285/14790684) for more details.

to-evaluate

In a non MFX table in order to observe for row selection you would use something like this: ```java table.getSelectionModel().selectedItemProperty().addListener((observableValue, oldValue, newValue) -> { // logic here }); ``` with...

enhancement

Hi, I was trying to use [this](https://github.com/vas7n/VAMaskField/blob/master/src/ru/vas7n/va/widgets/MaskField.java) example (found from [here](https://stackoverflow.com/a/32636122)) to create masking for MFXTextField so that when you type into the text field the mask would be replaced...

enhancement

Hi @palexdev, Do we have hamburger and drawer functionality available ?

roadmap