Hi, we're attemptint to make a range date picker widget. However we are having issues as to how we would bind the RPG variables for BOTH input fields. basically the range Date Picker is the following: http://eternicode.github.io/bootstrap-d ... on#sandbox
Unfortunately, the framework will not support this, currently.
A custom widget can be input-capable only if the top-level element is something like <input> or <select>, etc., that it recognizes as an input control. With one of those, it will give you a "value" property that is input-capable, but it does not do that for elements like <div>.