Cheton Wu

Results 83 issues of Cheton Wu

```jsx Trigger ```

🎉 feature (enhancement)

## MUI Open [MUI](https://mui.com/material-ui/getting-started/overview/) and access the `theme` object directly in the console: Example: ``` components: { Link: { defaultProps: { underline: 'none', }, styleOverrides: { root: { alignItems: 'center',...

💬 discussion
🎉 feature (enhancement)
P2

See https://github.com/i18next/react-i18next/blob/master/CHANGELOG.md#900 ### react-i18next https://github.com/i18next/react-i18next/blob/v9.0.0/src/Trans.js#L144-L145 ```jsx const defaultValue = defaults || nodesToString('', children, 0) || reactI18nextOptions.transEmptyNodeValue; ``` ### i18next-scanner https://github.com/i18next/i18next-scanner/blob/v2.9.1/src/parser.js#L528 ```jsx defaultValue: defaultsString || nodesToString(node.children), ```

* [ ] Collapsable navigation items * [ ] When the side navigation is not expanded, clicking on an navigation item should close the navigation menu as well ![image](https://user-images.githubusercontent.com/447801/34037811-1b65e3b0-e1c5-11e7-976d-9dc898e7d8c4.png)

* Added a `hasErrors()` method to return a boolean value * `validate()` and `validateAll()` will return a boolean value after validation. This PR enables support for the following use case....

enhancement

May I know if it is possible to use local scope rules for certain forms? It may look something like this: ```js // Pass local scope rules to the Form...

I suggest that the second parameter `type` should also accept a function as custom normalizer. For example: ``` js var request = require('superagent'); var serializer = require('superagent-serializer'); var customNormalizer =...

See https://github.com/cncjs/cncjs/pull/813#pullrequestreview-1365624381 > [MitchBradley](https://github.com/MitchBradley) > > The code seems solid but I think there is a better approach. Some MCUs, including ESP32, require a pulse on RTS with DTR held...

Development plan: https://github.com/trendmicro-frontend/tonic-ui/wiki/Tonic-UI-Development-Plan#migrating-from-v1-to-v2 Related links: https://github.com/trendmicro-frontend/tonic-ui/pull/831, https://github.com/trendmicro-frontend/tonic-ui/issues/832, https://github.com/trendmicro-frontend/tonic-ui/pull/833

🏗️ work in progress

`::placeholder-shown` is a CSS pseudo-class selector, not a pseudo-element selector. https://developer.mozilla.org/en-US/docs/Web/CSS/:placeholder-shown https://developer.mozilla.org/en-US/docs/Web/CSS/::placeholder