The CSS rule vaadin-grid::part(header) { display: none; } in cron-expression-field-styles.css is currently global and affects every vaadin-grid component in applications using CronExpressionField.
This selector should be scoped to only affect grids within CronExpressionField to prevent unintended side effects on other grids in the application.
Context:
This is a pre-existing issue not introduced by PR #16.