Context
This follow-up task was identified during the review of PR #292.
Source PR: #292
Suggested by: @claude[bot]
Task Description
The current comment format:
// WithOpen is a no-op. Open/close is now handled client-side via CSS classes.
// Deprecated: This option has no effect.
func WithOpen(_ bool) Option {
Go tools (and IDEs) recognize the canonical form where Deprecated: appears as the first sentence:
// Deprecated: WithOpen is a no-op; open/close is now handled client-side via CSS classes.
func WithOpen(_ bool) Option {
This enables IDE strike-through and static analysis warnings for callers.
Affected files: All */options.go files with WithOpen across dropdown, menu, drawer, popover, datepicker, timepicker.
This issue was automatically created from PR #292 review comments.
Context
This follow-up task was identified during the review of PR #292.
Source PR: #292
Suggested by: @claude[bot]
Task Description
The current comment format:
Go tools (and IDEs) recognize the canonical form where
Deprecated:appears as the first sentence:This enables IDE strike-through and static analysis warnings for callers.
Affected files: All
*/options.gofiles withWithOpenacross dropdown, menu, drawer, popover, datepicker, timepicker.This issue was automatically created from PR #292 review comments.