AdvancedCustomFields / AdvancedCustomFields/acf
date_time_picker not respecting readonly/disabled flags
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 945
- Forks
- 197
- PR merge metrics
- No merged PRs in 30d
Description
Connects to PR #490
I found a bug where class-acf-field-date_time_picker.php was missing some functionality that had been added at some time in the past to class-acf-field-date_picker.php which I was also expecting to work in date_time_picker. I've modified the code and created a PR for it.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with class-acf-field-date_time_picker.php and compare it with class-acf-field-date_picker.php, as described in the issue. Review PR #490 for the existing work; the fix is complete when the date_time_picker respects the readonly and disabled flags like date_picker.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 20/100