Commit 75b581e
Auto-fix violations of the @elastic/eui/consistent-is-invalid-props ESLint rule (#226787)
## Summary
This PR applies the auto-fix for the newly introduced
`@elastic/eui/consistent-is-invalid-props` ESLint rule across the
codebase. The rule ensures consistent validation state handling between
`EuiFormRow` components and their child form controls.
## Changes
- Auto-fixed instances where `isInvalid` prop values were inconsistent
between parent `EuiFormRow` components and their form control children
## Related
- elastic/eui#8843
---------
Co-authored-by: Robert Jaszczurek <92210485+rbrtj@users.noreply.github.com>
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
(cherry picked from commit 00082ef)1 parent e341bce commit 75b581e
114 files changed
Lines changed: 189 additions & 15 deletions
File tree
- src/platform
- plugins
- private
- image_embeddable/public/components/image_editor
- vis_default_editor/public/components/options
- x-pack
- platform
- packages
- private/ml/creation_wizard_utils/components
- plugins
- private
- data_visualizer/public
- application/common/components/combined_fields
- lite
- file_upload/public/components/geo_upload_form
- index_lifecycle_management/public
- application/sections/policy_list/components
- extend_index_management/components
- monitoring/public/alerts/flyout_expressions
- snapshot_restore/public/application/components
- policy_form/steps
- repository_form
- type_settings
- common
- restore_snapshot_form/steps
- step_logistics
- transform/public/app/sections
- create_transform/components
- group_by_list
- step_define/common/terms_agg
- step_details
- edit_transform/components
- solutions
- observability/plugins
- apm/public/components/fleet_integration/apm_agents/runtime_attachment
- infra/public
- alerting/log_threshold/components/expression_editor
- pages/metrics/settings
- slo/public
- components/burn_rate_rule_editor
- pages/slo_edit/components/indicator_section/timeslice_metric
- synthetics/public/apps/synthetics/components
- monitor_add_edit/fields
- throttling
- settings/global_params
- uptime/public/legacy_uptime/components/settings
- search/plugins
- enterprise_search/public/applications
- enterprise_search_content/components
- connector_detail
- connectors/create_connector
- new_index/method_connector
- search_index/pipelines/ml_inference
- search_query_rules/public/components
- overview
- query_ruleset_detail/query_rule_flyout
- serverless_search/public/application/components/connectors/connector_config
- security
- packages/kbn-securitysolution-autocomplete/src/field_value_match
- plugins/security_solution/public
- common/components/markdown_editor/plugins/insight
- detection_engine
- rule_creation_ui/components/data_view_selector_field
- rule_creation/components
- duration_input
- schedule_item_field
- rule_exceptions/components/item_comments
- management/pages
- blocklist/view/components
- event_filters/view/components
- host_isolation_exceptions/view/components
- trusted_apps/view/components
- siem_migrations/rules/components/data_input_flyout/steps
- lookups/sub_steps/lookups_file_upload
- macros/sub_steps/macros_file_upload
- rules/sub_steps/rules_file_upload
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
420 | 420 | | |
421 | 421 | | |
422 | 422 | | |
| 423 | + | |
423 | 424 | | |
424 | 425 | | |
425 | 426 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
276 | 276 | | |
277 | 277 | | |
278 | 278 | | |
| 279 | + | |
279 | 280 | | |
280 | 281 | | |
281 | 282 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
| |||
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
37 | | - | |
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
| |||
60 | 58 | | |
61 | 59 | | |
62 | 60 | | |
63 | | - | |
| 61 | + | |
64 | 62 | | |
65 | 63 | | |
66 | 64 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
223 | 223 | | |
224 | 224 | | |
225 | 225 | | |
| 226 | + | |
226 | 227 | | |
227 | 228 | | |
228 | 229 | | |
| |||
253 | 254 | | |
254 | 255 | | |
255 | 256 | | |
| 257 | + | |
256 | 258 | | |
257 | 259 | | |
258 | 260 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
85 | 86 | | |
86 | 87 | | |
87 | 88 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
97 | 99 | | |
98 | 100 | | |
99 | 101 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
| 258 | + | |
258 | 259 | | |
259 | 260 | | |
260 | 261 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| 173 | + | |
173 | 174 | | |
174 | 175 | | |
175 | 176 | | |
| |||
0 commit comments