We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a91227 commit edb7787Copy full SHA for edb7787
src/collections/Form/Form.js
@@ -23,7 +23,6 @@ import FormTextArea from './FormTextArea'
23
* @see Message
24
* @see Radio
25
* @see Select
26
- * @see Visibility
27
*/
28
class Form extends Component {
29
handleSubmit = (e, ...args) => {
src/collections/Form/FormField.js
@@ -26,7 +26,6 @@ import Radio from '../../addons/Radio'
* @see Input
30
31
function FormField(props) {
32
const {
0 commit comments