Joy Serquiña

Results 19 issues of Joy Serquiña

Removes :hover and .mat-focused opacity changes to .form-field-focus-overlay which was causing a low color contrast ratio between the text and form-field input background fill color.

dev-app preview

Fixes a bug in the Angular Material component where when the selected year range is updated by moving forward to the next range or by moving to the previous range...

Accessibility
area: material/datepicker
dev-app preview

Fixes a bug in the Angular Material Autocomplete component where the autocomplete panel listbox top is cut off by the device screen when being viewed in landscape mode. This is...

Fixes a bug in the Angular Material dialog component where buttons/actions are unreachable due to dialog overflowing because of unspecified max-height for the mat-dialog-container parent flexbox. Fixes #24785

target: patch

Fixes issue with Angular Components List component where the list item truncates on narrow screen widths (ie. mobile screens). Removes white-space wrap style and adds some height to primary lines...

dev-app preview

Fixes bug with Angular Components Dialog component on Mac whether using Chrome or Firefox the screenreader does not read the dialog name/title unless it is using an aria-label. Updates the...

dev-app preview

Fixes Angular Components Chips component accessibility issue where the touch target is too small. Updates the chips' remove button ::after margin and padding styles to create a larger touch target...

Attempts to create a default font-size that is applied to the Light and Dark themes that are applied to the entire MaterialApp. *Replace this paragraph with a description of what...

Fixes an issue with Angular Components Material Icon component where when text-spacing is applied the icon gets misaligned and if inside of an input or container with an outline, the...

dev-app preview
detected: breaking change

Attempts to fix a bug with Angular Components Form-field component where the mat-error and mat-hint component are just visually hidden in the DOM, but visibility is toggled depending on the...