A N K I T

Results 8 issues of A N K I T

I have 2 time fields start time, end time I want start time to be always less than end time and vice versa. How can I achieve that?

What to do in following case: ``` Select::make(__('Status'), 'status')->options(function () { return [ 'to_schedule' => '' . __('To Schedule') . '', 'quote_todo' => '' . __('Quote Todo') . '', ];...

I have 2 items. I want y-axis to start from zero irrespective of data. Below is example for the same where y-axis starts from 100. ![Selection_030](https://user-images.githubusercontent.com/46300882/132486005-87e1c70f-e843-4b83-93c4-e1fba6c9df47.png)

enhancement

Nova Version: 3.32.0 I have following code structure ``` Toggle::make(__('Standard'), 'is_standard') ->trueColor('green') ->falseColor('red') ->default(true), ConditionalContainer::make([ BelongsTo::make(__('Task Category'), 'taskCategory', 'App\Nova\TaskCategory') ->rules('required') ]) ->if('is_standard truthy true'), ``` ![screenshot-localhost-2022 07 11-13_15_37](https://user-images.githubusercontent.com/46300882/178214397-edeffd11-08e3-4d27-b1fd-1a4a26cc32d1.png) ![screenshot-localhost-2022 07...

Now you can add default value to the time fields as shown below. ``` TimeField::make('Time', 'time') ->defaultValue('08:00'), ```

Added a feature to download the document if it of any other type than pdf. Eg: jpg,svg,gif, many more. This allows you to view the document in any system application....

How do i open image as external link? Following is error ![Selection_098](https://user-images.githubusercontent.com/46300882/152124812-38eb9243-580a-4a3a-8d8a-87a366cf5172.png) I have stored image but cannot open it in new window what do i do in such use...

Currently animation symbol overlay animates for infinite time in given polyline. [Link to page](https://developers.google.com/maps/documentation/javascript/examples/overlay-symbol-animate) Solution/Suggestion : Maybe we could add 2 buttons at top `start animation` and `stop animation`. Such...