availity-react icon indicating copy to clipboard operation
availity-react copied to clipboard

React components using Availity UIKit and Bootstrap 4

Results 30 availity-react issues
Sort by recently updated
recently updated
newest added

## πŸ› Bug report ### Current Behavior yarn lint and yarn test fail on the current master branch ### Expected behavior they should not fail on master since this creates...

Filtering all providers unless devs pass in searchAll prop.

## Getting this issue when Run React application locally ./node_modules/@availity/reactstrap-validation-select/src/AvResourceSelect.js SyntaxError: F:\work\inventory-mgmt\node_modules\@availity\reactstrap-validation-select\src\AvResourceSelect.js: Support for the experimental syntax 'jsx' isn't currently enabled (206:7): 204 | 205 | return ( > 206...

Cannot read properties of null (reading 'useState') at useState (react.development.js:1622:1) at BlockUi (index.js:57:1) Hi all Im migrating my app to react 18 and getting the above error when we replace...

## ❓Question How can filter `atypical` providers when using `AvProviderSelect` component?

## πŸ› Bug report ### Current Behavior When trying to clear an invalid date, "111" for example, with the `setFieldValue` function supplied by `formik` the date displayed does not change....

## πŸš€ Feature request ### Current Behavior Our current progress bar implementation defaults to using a div and span and adding aria roles for accessibility. ### Desired Behavior We should...

## πŸš€ Feature request ### Current Behavior We don't currently have any platform components to assist developers with error handling. ### Desired Behavior We should provide hooks and/or components that...

## πŸš€ Feature request ### Current Behavior Suppose you have a form built with the availity/form package. Inside the form body, suppose you have a Field component from availity/form and...

## πŸš€ Feature request ### Current Behavior All `formik` inputs, selects, and dates don't allow value props to be passed in like `availity-reactstrap-validation` does. Maybe its time we add this...