Add utilNoAuto to remove autocorrect/spellcheck features from inputs

(closes #3839)
This commit is contained in:
Bryan Housel
2017-02-14 17:19:24 -05:00
parent 35da6aa9b3
commit 2314acfec7
18 changed files with 130 additions and 54 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ import { uiRawMembershipEditor } from './raw_membership_editor';
import { uiRawTagEditor } from './raw_tag_editor';
import { uiTagReference } from './tag_reference';
import { uiPreset } from './preset';
import { utilRebind } from '../util/rebind';
import { utilRebind } from '../util';
export function uiEntityEditor(context) {
var dispatch = d3.dispatch('choose'),