Hi All Is there any way in google form to achieve the below scenarios.
1) I would like to set the restriction in date field (calendar) for selecting the date. ( I am using date field for selecting date of birth and i want to restrict the field to select between 18 to 30.)
2) I would like to add an other option for a drop down list that would allow the user to fill in his own choice that isn't on the list.
Kindly someone help.
Related
I am using reactjs with mui - autocomplete.
For scenario please refer this link -
https://codesandbox.io/s/material-demo-e47oi?file=/demo.tsx
Here I am able to filter optionlabel only based on year.
I want to show only year in autocomplete combo box , but I want to make control enable filtering years also when user is entering title in search. This way I want to implement dual search.
Eg. If user enters "The" in search , it should return all labels with only Year having title "The".
I am only able to filter Year values based on Year entered in search. But unable to filter year if title is entered.
I have a small requirement in sap.ui.unified.Calendar, I want to remove the selected Special dates from Calendar. I'm trying with multiple options but still, I'm not able to achieve this.
On selection of a particular row, I'm going to call an OData Service and displaying the special dates which got highlighted in the Calendar.
Here my requirement is like if I select the 2 or more records in the table I should not display the special dates and the selected dates should get removed and the calendar should display the dates without any selections
I'm trying with removeStyleClass properties but it is not working. Here is my code.
if(sap.ui.getCore().roomsArr.length > 1){
MessageToast.show("Calendar Dates View will not get displayed for multiple record selections");
var oCal1 = that.getView().byId("myCalendar");
oCal1.removeStyleClass("sapUiCalItemType01");
}
Here i guess like, if i get the selected row Id's then i can remove the style class that is getting violet Background. But im getting dynamic date values so im not able to achieve this. Can someone help me to fix the issue?
Thank you in advance
I would like to create a combo box for date selection in my web page.there should three box for day,month, year respectively and users just select from the given items.
You can try using HTML5 input type="date".
<input type="date">
I had dynamic number of drop downs of two type on for date another for time.They are use for booking classes.Now if a user select a particular time of a particular time,then he will not set same time for same date for next class.How to do it in jquery or javascript?
Is there a javascript datetimepicker that can selects 2 dates in a single input field. Like:
(Screenshot taken from google-analytics)
Currently we need to use 2 form input fields to select date range.
Is there any free datetimepicker that provides this functionality?
This is what you're looking for: https://github.com/dangrossman/bootstrap-daterangepicker