Hi,
I am new to Apex and trying to Work with Oracle JET element on it.I tried to just use the OJET HTML tag elements without importing any of the JavaScript libraries as Oracle Apex has OJET elements already installed on it. I am trying to use the Oracle JET tag <oj-input-date-time>, but whenever i run only the HTML tag nothing is shown for where the tag is present.I tried using requirejs to import the libraries and passed these 2 file URLs.
1.https://static.oracle.com/cdn/jet/v8.0.0/3rdparty/require/require.js
2.https://static.oracle.com/cdn/jet/v8.0.0/default/js/bundles-config.js
When I tried to implement it I got the following:
When i pressed the datepicker I got the date picker and time picker options but when i selected any value nothing was being populated in the datetimepicker field. and the timepicker could not be selected. I want the output to be as in the cookbook
https://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html?component=dateTime&demo=states

Could someone please help me out by telling how to resolve the issue?
Thank you,