简体   繁体   English

在 React 日期范围选择器中隐藏日期输入字段

[英]Hide Date Input Fields in React Date Range Picker

I want to hide Date input fields in react date range picker.我想在反应日期范围选择器中隐藏日期输入字段。 Currently, I am using DateRangePicker from react-date-range.目前,我正在使用 react-date-range 中的 DateRangePicker。

enter image description here在此处输入图像描述

Add this to your CSS file to hide the field, hope this will help将此添加到您的 CSS 文件以隐藏该字段,希望这会有所帮助

.rdrDateDisplayWrapper {
   display: none; 
}

在此处输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM