Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DatePicker disable text input #1466

Closed
MiyamuraMiyako opened this issue Sep 25, 2023 · 0 comments
Closed

DatePicker disable text input #1466

MiyamuraMiyako opened this issue Sep 25, 2023 · 0 comments
Labels
🏭 enhancement New feature or request

Comments

@MiyamuraMiyako
Copy link

Describe the bug

IsReadOnly does not take effect.

<hc:DatePicker>
    <hc:DatePicker.Resources>
        <Style TargetType="DatePickerTextBox">
            <Setter Property="IsReadOnly" Value="True" />
        </Style>
    </hc:DatePicker.Resources>
</hc:DatePicker>

Steps to reproduce the bug

just use above xaml code.

Expected behavior

No response

Screenshots

No response

NuGet package version

HandyControl 3.4.0

IDE

Visual Studio 2022-preview

Framework type

.Net 6.0

Windows version

Windows 11 (22000)

Additional context

No response

@NaBian NaBian added the 🏭 enhancement New feature or request label Oct 1, 2023
@NaBian NaBian closed this as completed in 50707d8 Oct 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏭 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants