Alexander Brandon Coles
Alexander Brandon Coles
# Ticket n/a # What are you trying to accomplish? Moves typings to `devDependencies` in `package.json` # What approach did you choose and why? n/a # Merge checklist - [...
## Description The generated label `for` attribute value does not respect the `scope_id_false:` option on `TextField`. ## Reproduction ```ruby include Primer::ComponentTestHelpers class NoModelScopeForm < ApplicationForm form do |no_model_scope_form| no_model_scope_form.text_field( name:...
### What are you trying to accomplish? - Remove the default truncation from Text Field trailing visual text. - Brings Text Field trailing visual behavior in line with Primer React...
## Description The generated label `for` attribute value does not respect the `FormBuilder` `namespace:` option ## Reproduction Working on a test case reduction. For now: https://github.com/primer/view_components/pull/3698/files#diff-6928b1de62b9470db71cae1803a17ce881e7b1a820d2ffe24d3c01c73b97c5caR122
## To reproduce: 1. Visit the following Lookbook page: - https://primer.style/view-components/lookbook/inspect/primer/alpha/text_field/sizes 2. Visit each of the following pages in Storybook: - https://primer.style/react/storybook/?path=/story/components-textinput--default - https://primer.style/react/storybook/?path=/story/components-textinput-features--large - https://primer.style/react/storybook/?path=/story/components-textinput-features--small 3. Fill in text....
## To reproduce: 1. Visit the following Lookbook page: - https://primer.style/view-components/lookbook/inspect/primer/alpha/text_field/options 2. Visit the following Storybook page: - https://primer.style/react/storybook/?path=/story/components-textinput-features--with-trailing-action 3. Compare. ## Actual behavior The PVC-rendered Text Field does not...
## To reproduce: Render a `Primer::Alpha::TextField` component or the Forms DSL + 'text_field` input. ## Actual behavior It is not possible to specify an `aria-label`. The `aria-label` is hard-coded (in...
## To reproduce: 1. Create a form with a text field and text trailing visual: ```ruby form do |f| f.text_field( name: :days_displayed, label: "Days displayed on project activity" type: :number,...
### What are you trying to accomplish? Defers assigning label `for` value to later in `initialize` method, ensuring the `scope_id_false: false` option is respected. ### Integration It may require updating...
# Ticket https://community.openproject.org/work_packages/70367 # What are you trying to accomplish? Same as #21609 - but rendering with Primer React. ## Screenshots https://github.com/user-attachments/assets/42ba583a-c74f-4a95-bb79-59e98d743eed # What approach did you choose and why?...