environment-agency-austria / react-ocean-forms-bootstrap

Bootstrap rendering adapter for react-ocean-forms (using reactstrap)
MIT License
1 stars 0 forks source link

id and inputId prop for Select Fields added #94

Closed j3ernhard closed 4 years ago

j3ernhard commented 4 years ago

Summary

Id and inputId added to IMappedReactSelectProps

Checklist

Please ensure that you've fulfilled the following tasks:

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 840


Totals Coverage Status
Change from base Build 811: 0.0%
Covered Lines: 461
Relevant Lines: 461

💛 - Coveralls
j3ernhard commented 4 years ago

The id is set via field.id and it is not necessary to set it explicitly. https://github.com/environment-agency-austria/react-ocean-forms-bootstrap/blob/62eb1831a06796ab93b54cfb743efb7f4bddbb1c/src/components/Select/SelectBase/SelectBase.tsx#L220