Closed rawilk closed 4 years ago
This PR adds a custom select component to the package. In addition, it also modifies the @fcScripts directive to output the required JavaScript for the new component, and it also adds a new @fcJavaScript directive to output just the required JS.
@fcScripts
@fcJavaScript
This PR also addresses issue #4
This PR adds a custom select component to the package. In addition, it also modifies the
@fcScripts
directive to output the required JavaScript for the new component, and it also adds a new@fcJavaScript
directive to output just the required JS.