dlsc-software-consulting-gmbh / GemsFX

A collection of JavaFX controls and utilities.
Apache License 2.0
436 stars 51 forks source link

Add Optional Auto-Submit on Blur for SearchField #118

Closed leewyatt closed 2 months ago

leewyatt commented 2 months ago

Introduced a new boolean property autoSubmitOnBlur to the SearchField component, allowing control over the auto-submit behavior when the field loses focus. This feature is enabled by default to maintain existing functionality. However, it can be disabled for scenarios where auto-submit on blur is not desired, enhancing flexibility and user experience.

sonarcloud[bot] commented 2 months ago

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)

See analysis details on SonarCloud