From 96f8c04911a6dd4852e40406236b51d920fe1eb2 Mon Sep 17 00:00:00 2001 From: Scott Goci Date: Fri, 17 Jul 2020 04:42:52 -0400 Subject: [PATCH] docs: Update faq.en-US.md (#25675) * Update faq.en-US.md Updating a bit of wording and making flow a bit more clear * Update faq.en-US.md * Update faq.en-US.md Few more wording changes based on suggestions --- docs/react/faq.en-US.md | 74 +++++++++++++++++++++-------------------- 1 file changed, 38 insertions(+), 36 deletions(-) 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 `