All Projects → TinkoffCreditSystems → Angular Contenteditable Accessor

TinkoffCreditSystems / Angular Contenteditable Accessor

Licence: apache-2.0
This accessor allows you to use Angular forms with contenteditable elements with ease. It has zero dependencies, other than Angular itself as peer and works with Angular 4+ in all modern browsers, including Internet Explorer 11

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Angular Contenteditable Accessor

ngx-scroll-to-first-invalid
Directive to scroll to first invalid form control inside an Angular form on submit
Stars: ✭ 27 (-20.59%)
Mutual labels:  control, form
file-input-accessor
Angular directive that provides file input functionality in Angular forms.
Stars: ✭ 32 (-5.88%)
Mutual labels:  control, form
React Final Form
🏁 High performance subscription-based form state management for React
Stars: ✭ 6,781 (+19844.12%)
Mutual labels:  form
Reactspa
combination of react teconology stack
Stars: ✭ 911 (+2579.41%)
Mutual labels:  form
Awesome Medium Editor
Medium.com WYSIWYG editor clone, with RTL support.
Stars: ✭ 12 (-64.71%)
Mutual labels:  contenteditable
Ng Select
A select library for Angular, with single and multiple select functionality
Stars: ✭ 16 (-52.94%)
Mutual labels:  form
React Hanko
A Japanese hanko component for React.js
Stars: ✭ 14 (-58.82%)
Mutual labels:  form
Fancontrol.releases
This is the release repository for Fan Control, a highly customizable fan controlling software for Windows.
Stars: ✭ 768 (+2158.82%)
Mutual labels:  control
Open Esc Firmware
Stars: ✭ 29 (-14.71%)
Mutual labels:  control
Verticalstepperform
Vertical Stepper Form Library for Android. It follows Google Material Design guidelines.
Stars: ✭ 868 (+2452.94%)
Mutual labels:  form
Androidscreenshare
android
Stars: ✭ 883 (+2497.06%)
Mutual labels:  control
Sjfluidsegmentedcontrol
A segmented control with custom appearance and interactive animations. Written in Swift 3.0.
Stars: ✭ 862 (+2435.29%)
Mutual labels:  control
Ui Form Field
ui-form-field based on formik - a simple way to work with Forms in React.
Stars: ✭ 17 (-50%)
Mutual labels:  form
Jwebform
Java WebForm Library: HTML Form generation and validation
Stars: ✭ 14 (-58.82%)
Mutual labels:  form
Radar
实时风控引擎(Risk Engine),自定义规则引擎(Rule Script),完美支持中文,适用于反欺诈(Anti-fraud)应用场景,开箱即用!!!移动互联网时代的风险管理利器,你 Get 到了吗?
Stars: ✭ 781 (+2197.06%)
Mutual labels:  control
Alist
Alibaba Group Unified List Solution.
Stars: ✭ 912 (+2582.35%)
Mutual labels:  form
Form Backend Validation
An easy way to validate forms using back end logic
Stars: ✭ 784 (+2205.88%)
Mutual labels:  form
Swiftyform
iOS framework for creating forms
Stars: ✭ 907 (+2567.65%)
Mutual labels:  form
Elements Examples
Stripe Elements examples.
Stars: ✭ 874 (+2470.59%)
Mutual labels:  form
Formality
Forms made simple (and cute). Designless, multistep, conversational, secure, all-in-one WordPress forms plugin.
Stars: ✭ 30 (-11.76%)
Mutual labels:  form

Tinkoff ControlValueAccessor for contenteditable elements

Build Coverage Status npm version

This accessor allows you to use Angular forms with contenteditable elements with ease. It has zero dependencies, other than Angular itself as peer and works with Angular 4+ in all modern browsers, including Internet Explorer 11.

Install

$ npm install @tinkoff/angular-contenteditable-accessor

Import

Simply import ContenteditableValueAccessorModule along with either Angular's form modules into your component's module

How to use

Use with template and reactive forms like that:

<div [(ngModel)]="model" contenteditable></div>

<div [formControl]="control" contenteditable></div>

<form [formGroup]="group">
  <div formControlName="control" contenteditable></div>
</form>

Demo

https://stackblitz.com/edit/angular2-contenteditable-value-accessor

Maintain

See MAINTAIN.md

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].