Terry L.

Results 60 comments of Terry L.

Thanks for your feedback. I'll take a look at this issue.

It is supported in V4?

Hello, @swiffer , I'll take a look at it and test it carefully, then merge your PR. Thanks for your contributing.

Thanks for your contributing. WordPress heavily relies on jQuery, and therefore many plugins are also dependent on it. I will check again regarding what you said about WordPress no longer...

![image](https://user-images.githubusercontent.com/11989371/66021815-72d74180-e51e-11e9-965c-19189b2ecc77.png) @aso2101 Thanks. It works. The strange thing is that scrollspy does not add .active to the third layer

There is no depth setting in your code?

``` const [items, setItems] = useState([]) const handleOnSearch = async (string, results) => { await fetch(`api/endopoint?search=${string}`) .then(response => response.json()) .then(data => setItems(data)) } // in the render method ``` This...

謝謝你的建議,生命週期我再擴增功能喔,把它獨立一個區塊設定。謝謝你的建議。 使用上如有問題歡迎和我說

了解了。我這個星期再更新這個功能。