Skip to content

Commit

Permalink
Documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
angelikatyborska committed Jul 17, 2024
1 parent 9361e32 commit 31522c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- name: Check if versions showcase mix script finishes
run: mix run scripts/generate_version_showcase.ex


test-unlocked-deps:
runs-on: ubuntu-latest
name: unit (unlocked deps)
Expand Down
6 changes: 3 additions & 3 deletions lib/bitstyles_phoenix/component/form.ex
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ defmodule BitstylesPhoenix.Component.Form do
- `hidden_label` - Only show the label for screen readers if set to `true`.
- All options from above (see top level module doc).
- All other attributes will be passed onto the input element.
- All other attributes will be passed onto the textarea element.
See the [bitstyles textarea docs](https://bitcrowd.github.io/bitstyles/?path=/docs/base-forms--textarea-and-label) for examples of textareas and labels in use.
"""
Expand Down Expand Up @@ -526,9 +526,9 @@ defmodule BitstylesPhoenix.Component.Form do
- `options` - The options passed to `Phoenix.HTML.Form.options_for_select/2`.
- `prompt` - Will be rendered as the first option with an empty value.
- All options from above (see top level module doc).
- All other attributes will be passed onto the input element.
- All other attributes will be passed onto the select element.
See the [bitstyles select docs](https://bitcrowd.github.io/bitstyles/?path=/docs/base-forms--select-and-label) for examples of textareas and labels in use.
See the [bitstyles select docs](https://bitcrowd.github.io/bitstyles/?path=/docs/base-forms--select-and-label) for examples of selects and labels in use.
"""

story(
Expand Down

0 comments on commit 31522c6

Please sign in to comment.