Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
essenciary committed Jan 31, 2024
2 parents 2fe21ae + 7adc3db commit b5714eb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/FormInputs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,6 @@ A number of common arguments are defined and are passed to the textfield, the ic
In addition, keyword arguments can be passed to each of these components individually by using the `textfield_props`,
`icon_props`, `popup_proxy_props` and `timepicker_props` keyword arguments.
# Examples
```julia
```
"""
function timefield( label::Union{String,Symbol} = "",
fieldname::Union{Symbol,Nothing} = nothing;
Expand Down

2 comments on commit b5714eb

@essenciary
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/100002

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.23.0 -m "<description of version>" b5714eb21ba85899dc49a1ed3f10403beb02cb10
git push origin v0.23.0

Please sign in to comment.