How to use @workday/canvas-kit-react-form-field - 1 common examples

To help you get started, we’ve selected a few @workday/canvas-kit-react-form-field examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Workday / canvas-kit / modules / text-input / react / spec / TextInput.spec.tsx View on Github external
test('Text Input in a FormField should pass axe DOM accessibility guidelines', async () => {
    const html = ReactDOMServer.renderToString(
      
        ;
      
    );
    expect(await axe(html)).toHaveNoViolations();
  });

@workday/canvas-kit-react-form-field

Form field component to wrap inputs

Apache-2.0
Latest version published 3 years ago

Package Health Score

73 / 100
Full package analysis

Popular @workday/canvas-kit-react-form-field functions