availity-react
availity-react copied to clipboard
React components using Availity UIKit and Bootstrap 4
## 🚀 Feature request ### Current Behavior Currently, many teams are using the standard Reactstrap Nav component and applicable child components. These aren't accessible out of the box per our...
## 🚀 Feature request ### Current Behavior Currently the AvResourceSelect components use axios based data-fetching functions and a decent amount of manual logic to control when and how this occurs....
## 🐛 Bug report Regarding the 'eventModifiers' prop on the Analytics component from [@availity/analytics](https://www.npmjs.com/package/@availity/analytics): it does not work, as far as I can tell. ### Current Behavior I cannot get...
Hey there, I get the following error: ``` ./node_modules/@availity/reactstrap-validation-select/AvResourceSelect.js SyntaxError: ...\node_modules\@availity\reactstrap-validation-select\AvResourceSelect.js: Support for the experimental syntax 'classProperties' isn't currently enabled (16:10): 14 | } 15 | > 16 | select...
I have installed availity with `yarn add @availity/form @availity/yup yup` and imported with ``` import { FormGroup, Form, Input } from "@availity/form"; import "@availity/yup"; import * as yup from "yup";...
## 🚀 Feature request ### Current Behavior When using the min and max props for DateRange, the user can still click the next and prev month buttons to travel as...
pass a prop to autoselect an option based on the value or specific key of the value. Useful for when you want to autopopulate the select w/o having the entire...
## 🚀 Feature request Investigate adding [storybook-addon-performance](https://github.com/atlassian-labs/storybook-addon-performance) to our storybook docs. Could be beneficial for understanding performance impact for some more complex components like date picker and such.
## 🐛 Bug report ### Current Behavior When entering a date via the keyboard on the end date field of a daterange component, the field loses focus which is preventing...
Automatically add required attribute to `@availity/form`, `@availity/select`, and `@availity/date` inputs when `required` from `yup` or `isRequired` from `@availity/yup` returns true. See https://github.com/Availity/availity-react/pull/243#discussion_r316252370