Skip to content

DM-5129: Create InputField for generic use cases.#10

Merged
loitly merged 1 commit intodevfrom
DM-5129
Feb 11, 2016
Merged

DM-5129: Create InputField for generic use cases.#10
loitly merged 1 commit intodevfrom
DM-5129

Conversation

@loitly
Copy link
Copy Markdown
Contributor

@loitly loitly commented Feb 11, 2016

Not attached to a UI, yet. The usage for this component is listed below.

Usage:

import {InputField} from 'firefly/ui/InputField.jsx';
import {IntValidator} from 'firefly/util/Validate.js';

<InputField
    validator = {IntValidator(0,5)}
    tooltip = {'Number of bands'}
    label = {'Bands:'}
    value = {4}
    onChange = {(v) => console.log(v)}
/>

loitly added a commit that referenced this pull request Feb 11, 2016
DM-5129: Create InputField for generic use cases.
@loitly loitly merged commit f82377b into dev Feb 11, 2016
@loitly loitly deleted the DM-5129 branch February 11, 2016 22:07
robyww added a commit that referenced this pull request Feb 6, 2024
… 28.5, 54 (partial), 61

 -  https://confluence.ipac.caltech.edu/pages/viewpage.action?spaceKey=IRSA&title=Testing+Feb+2024+-+Joy+UI%2C+mostly
     - #9, #10, #19, 24.5, 28.5, 54 (partial), 61
 - make checkboxes in image select panel normal text and not bold
 - target panel using warning color (brown) for the placeholder
 - File uploads will start using the warning color (brown) for buttons
 - plot image for images and hips will use a bolder font for title and normal font for FOV
 - more panels now use rounded borders (see Images panel, catalog panel, fits header, hips info, etc)
robyww added a commit that referenced this pull request Feb 6, 2024
Firefly-1407: response to some CCB-D feedback and #9, #10, #19, 24.5,…
loitly added a commit that referenced this pull request May 29, 2024
- Single-column numeric tables don't auto-size correctly
- #5 Table colomn header vertical alignment adjustments
- #10 Change label 'View as plain text' to 'View full text'
- #9 View full text with formatting should render html tags as HTML
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant