Skip to content

refactor: remove duplicate searchable prop from Properties type#27

Closed
gfargo wants to merge 1 commit into
mainfrom
fix/remove-duplicate-searchable-prop
Closed

refactor: remove duplicate searchable prop from Properties type#27
gfargo wants to merge 1 commit into
mainfrom
fix/remove-duplicate-searchable-prop

Conversation

@gfargo
Copy link
Copy Markdown
Owner

@gfargo gfargo commented May 5, 2026

Remove duplicate searchable prop declaration from Properties. It already inherits from UseEnhancedSelectInputProperties. No behavior change — 128 tests pass.

Properties<V> extends UseEnhancedSelectInputProperties<V> which already
declares searchable. The duplicate declaration in Properties was redundant.
Now the component reads searchable from hookProperties directly.
@gfargo
Copy link
Copy Markdown
Owner Author

gfargo commented May 5, 2026

Superseded by #30 which consolidates all pre-1.0 polish work.

@gfargo gfargo closed this May 5, 2026
@gfargo gfargo deleted the fix/remove-duplicate-searchable-prop branch May 5, 2026 20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant