{"id":18060236,"url":"https://github.com/dan-codes1/textfielddatepicker","last_synced_at":"2026-04-30T10:31:03.273Z","repository":{"id":258014718,"uuid":"867815080","full_name":"dan-codes1/TextFieldDatePicker","owner":"dan-codes1","description":"A SwiftUI package that provides a TextField with a DatePicker as its input view. The date picker replaces the keyboard as the input view for the TextField.","archived":false,"fork":false,"pushed_at":"2024-11-30T08:21:01.000Z","size":23,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T12:14:16.768Z","etag":null,"topics":["datefield","dependency","ios","swift","swiftpackage","swiftui","textfield","uidatepicker","uikit","uitextfield"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dan-codes1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-04T19:20:13.000Z","updated_at":"2024-11-29T11:11:20.000Z","dependencies_parsed_at":"2024-11-30T15:47:44.618Z","dependency_job_id":null,"html_url":"https://github.com/dan-codes1/TextFieldDatePicker","commit_stats":null,"previous_names":["dan-codes1/textfielddatepicker"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dan-codes1%2FTextFieldDatePicker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dan-codes1%2FTextFieldDatePicker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dan-codes1%2FTextFieldDatePicker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dan-codes1%2FTextFieldDatePicker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dan-codes1","download_url":"https://codeload.github.com/dan-codes1/TextFieldDatePicker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247332596,"owners_count":20921854,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["datefield","dependency","ios","swift","swiftpackage","swiftui","textfield","uidatepicker","uikit","uitextfield"],"created_at":"2024-10-31T04:06:36.249Z","updated_at":"2026-04-30T10:31:03.245Z","avatar_url":"https://github.com/dan-codes1.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# TextFieldDatePicker\n\nA SwiftUI package that provides a TextField with a DatePicker as its input view. The date picker replaces the keyboard as the input view for the TextField.\n\nhttps://github.com/user-attachments/assets/377e8821-fc07-42fb-846b-d5e611bcb073\n\n## Requirements\n\n- iOS 13.4+\n- macOS 10.13+\n- Swift 5.0+\n## Installation\n\n### Swift Package Manager\n\nTo add TextFieldDatePicker to your Xcode project:\n\n1. In Xcode, open your project and select **File** \u003e **Add Packages**.\n2. Paste the repository URL: https://github.com/dan-codes1/TextFieldDatePicker.\n3. Choose the package options and add it to your target.\n\n## Usage\n\nHere is a simple example:\n```swift\nstruct ContentView: View {\n    @State private var date: Date?\n\n    var body: some View {\n        TextFieldDatePicker(\"Select date\", date: $date)\n    }\n}\n```\n\n## Contribution\nContributions are welcome! Please open an issue or submit a pull request if you would like to contribute to the project.\n\n## See Also\n[TextFieldPicker](https://github.com/dan-codes1/TextFieldPicker) is a similar package but for custom types. Check it out!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdan-codes1%2Ftextfielddatepicker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdan-codes1%2Ftextfielddatepicker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdan-codes1%2Ftextfielddatepicker/lists"}