define(['./textInput'], function(textInput) { // selects appropriate input element return function(input, value, default_value, description) { return textInput; }; });