define(['./textInput'], function(textInput) {
    'use strict';

    // selects appropriate input element
    return function(input, value, default_value, description) {
        return textInput;
    };
});