NativeScript / NativeScript/plugins
[@nativescript/datetimepicker] Class '-border' not applying style as per the parent TextField
还没有人认领这个 Issue。
- 主要语言
- TypeScript
- 星标
- 206
- 派生
- 123
- 平均合并
- 2 天 1 小时
- 30 天内合并 PR
- 1
描述
Hi,
When I use class '-border' for the fields, it is not having the same styling as the parent TextField.
When the date is not picked, it has a underline stroke and after picked it has non rounded borders.
<DatePickerField class="nt-input -border" hint="Enter date of birth" formControlName="dateOfBirth"
required keyboardType="datetime" returnKeyType="next" [isEnabled]="!updatingTraderDetails">
</DatePickerField>
Also when the device is in light mode (white background) can't see any elements of the field [Check the Date of Birth Field] below




贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先,在浅色和深色设备模式下,使用 nt-input -border 类复现 DatePickerField 示例。将其未选择和已选择时的外观与父级 TextField 进行比较;当边框样式匹配且字段在白色背景上仍保持可见时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- typescript
- 领域
- mobile
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 40/100