Skip to content

Commit

Permalink
Feat no hook picker (#1192)
Browse files Browse the repository at this point in the history
* feat: RareWordsKeyboard 去掉hook相关实现

* feat: RareWordsKeyboard 去掉hook相关实现

* feat: Form 去掉hook相关实现,并适配微信

* feat: 部分form组件传入defaultValue

* feat: formInput适配微信

* feat: 部分form组件传入defaultValue

* feat: 部分form组件传入defaultValue

* feat: form相关的fef判空

* feat: form相关的fef判空

* feat: form相关的fef判空

* feat: Picker hook下线

* feat: Picker适配微信

* feat: Picker适配微信
  • Loading branch information
rayhomie authored May 30, 2024
1 parent 44c4edf commit 62366c5
Show file tree
Hide file tree
Showing 16 changed files with 866 additions and 618 deletions.
4 changes: 2 additions & 2 deletions compiled/alipay/src/Form/FormPicker/props.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { IPickerProps, PickerFunctionalProps } from '../../Picker/props';
import { IPickerProps, PickerDefaultProps } from '../../Picker/props';
import { FormItemDefaultProps, FormItemProps } from '../FormItem/props';

export interface FormPickerProps extends IPickerProps, FormItemProps {
Expand All @@ -10,6 +10,6 @@ export interface FormPickerProps extends IPickerProps, FormItemProps {

export const FormPickerDefaultProps: Partial<FormPickerProps> = {
...FormItemDefaultProps,
...PickerFunctionalProps,
...PickerDefaultProps,
arrow: false,
};
2 changes: 1 addition & 1 deletion compiled/alipay/src/Picker/index.axml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
animationType="{{ animationType }}"
destroyOnClose
onClose="onMaskDismiss"
visible="{{ state.visible }}">
visible="{{ visible }}">
<view class="ant-picker-header">
<view
class="ant-picker-header-item ant-picker-header-cancel"
Expand Down
Loading

0 comments on commit 62366c5

Please sign in to comment.