We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f522fa commit db6cf25Copy full SHA for db6cf25
app/helpers/is-input-field.js
@@ -1,5 +1,5 @@
1
import { helper } from '@ember/component/helper';
2
3
-export const isInputField = params => params[0] === 'text' || params[0] === 'number' || params[0] === 'email' || params[0] === 'select';
+export const isInputField = params => params[0] === 'text' || params[0] === 'number' || params[0] === 'email';
4
5
export default helper(isInputField);
0 commit comments