diff --git a/docs/react/faq.en-US.md b/docs/react/faq.en-US.md index 7cfa5c0ad5..71a498bcfc 100644 --- a/docs/react/faq.en-US.md +++ b/docs/react/faq.en-US.md @@ -7,49 +7,51 @@ Here are the frequently asked questions about Ant Design and antd that you shoul --- -### Are you going to provide Sass/Stylus(etc.) style file? +### Will you provide Sass/Stylus(etc.) style files in addition to the Less style files currently included? -No plan, but you can convert Less to Sass/Stylus(etc.) with tools that you can find on Google. +There is currently no plan to add support for Sass/Stylus(etc.) style files, but using tools on Google you can easily convert the provided Less files to your desired style format. ### `Select Dropdown DatePicker TimePicker Popover Popconfirm` disappears when I click another popup component inside it. How do I resolve this? -This has been fixed since `3.11.x`. If you're using an older version, you can use ` trigger.parentElement}>` to render a component inside Popover. (Or other `getXxxxContainer` props) https://ant.design/components/select/#Select-props -related issue: [#3487](https://github.com/ant-design/ant-design/issues/3487) [#3438](https://github.com/ant-design/ant-design/issues/3438) +Related issue: [#3487](https://github.com/ant-design/ant-design/issues/3487) [#3438](https://github.com/ant-design/ant-design/issues/3438) -### `Select Dropdown DatePicker TimePicker Popover Popconfirm` scrolls with the page? +### How do I prevent `Select Dropdown DatePicker TimePicker Popover Popconfirm` scrolling with the page? Use `