AbigailFernandes / angular-form-builder

An Angular library that generates template based on a JSON form schema
5 stars 4 forks source link

Support for Text Area #1

Open aimalkhantoru opened 6 years ago

aimalkhantoru commented 6 years ago

Will it support text area ( or some other custom field like multiple select or datepicker )

AbigailFernandes commented 6 years ago

Hi, currently it does not. But if you'd like for it to be there, you could create a PR for the same. We use Angular Material components. Or if you would like that I add support for this, it could be done. Just that it would take some time.