I have a new HTML helper, SelectionOtherTextBoxFor
. It is a textbox linked to a <select>
element1 for capturing the actual other value if the user selects 'Other' in the select list.
It has some JavaScript, HtmlHelper
code, and some attribute code.
How do I package this so that other developers can just install and use it, without a list of files and where to put them? I suspect Nuget, but maybe there is a simpler way.
Otherwise, please may I turn this into how do I go about doing this in NuGet?