Hello @zeel01, For Castle Falkenstein, I would like to be able to fully hide (not just disable) a CardControl based on (card, container) conditionals. Could you please support a `hide?` property in `CardControl`? ``` export type CardControl = { [...] hide?: boolean | booleanCallback; [...] }; ``` Alternatively, I suppose `class?` could also be used to hide a CardControl via CSS, but incidentally `class?` is only a ``` class?: string; ``` and not a ``` class?: string | stringCallback; ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be resolved. The issue was opened by admiralnlson and has received 2 comments.